commit: f58282b0d0760a38581d603bc8c95c040e652bd0
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 19:08:01 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 19:52:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f58282b0
virtual/dotnet-sdk: bump to 9.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild
b/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild
new file mode 100644
index 000000000000..3fae0f6189e3
--- /dev/null
+++ b/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for .NET SDK"
+
+SLOT="${PV}"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+RDEPEND="
+ || (
+ dev-dotnet/dotnet-sdk-bin:${SLOT}
+ dev-dotnet/dotnet-sdk:${SLOT}
+ )
+"