summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-11-18 01:25:15 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-11-18 01:26:41 +0100
commit56e6578afc1efbf62940a925022c016644882f41 (patch)
treefdd34c84bc73e026a674f1dc62dd48d28b92f4ed /virtual
parentdev-dotnet/dotnet-sdk-bin: update masks (diff)
downloadgentoo-56e6578afc1efbf62940a925022c016644882f41.tar.gz
gentoo-56e6578afc1efbf62940a925022c016644882f41.tar.bz2
gentoo-56e6578afc1efbf62940a925022c016644882f41.zip
virtual/dotnet-sdk: bump to 7.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild
new file mode 100644
index 000000000000..c556f5e736db
--- /dev/null
+++ b/virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for .NET SDK"
+
+LICENSE=""
+SLOT="7.0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+BDEPEND=""
+RDEPEND="|| (
+ dev-dotnet/dotnet-sdk-bin:${SLOT}[dotnet-symlink(+)]
+ dev-dotnet/dotnet-sdk:${SLOT}[dotnet-symlink(+)]
+)"