summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-11-17 23:55:25 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-11-18 02:31:40 +0100
commitba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70 (patch)
treeb56e1688874efb38e018b6fc24669ac1730d83d9 /virtual/dotnet-sdk
parentdev-dotnet/dotnet-sdk-bin: Update dotnet-sdk-bin and runtimes for .NET 8.0.100 (diff)
downloadgentoo-ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70.tar.gz
gentoo-ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70.tar.bz2
gentoo-ba3bd1e2dcea6aad9f59bdc33f9370d8e9554e70.zip
virtual/dotnet-sdk: bump to 8.0
Bug: https://github.com/gentoo/gentoo/pull/33826 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual/dotnet-sdk')
-rw-r--r--virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild
new file mode 100644
index 000000000000..5f8684d6334c
--- /dev/null
+++ b/virtual/dotnet-sdk/dotnet-sdk-8.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 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}
+ )
+"