commit: 56e6578afc1efbf62940a925022c016644882f41
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 00:25:15 2022 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 00:26:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e6578a
virtual/dotnet-sdk: bump to 7.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
virtual/dotnet-sdk/dotnet-sdk-7.0.ebuild | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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(+)]
+)"