summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@ngg.hu>2021-12-16 16:09:19 +0100
committerZac Medico <zmedico@gentoo.org>2022-02-12 11:56:50 -0800
commit2ad14132ccb5ff1fd450b95477c91f0f73301749 (patch)
tree91566a7e4caae59a48b0c08ef2cb05be48b307e1 /virtual/dotnet-sdk
parentdev-dotnet/dotnet-sdk-bin: add .NET Core 3.1 as a new slot (diff)
downloadgentoo-2ad14132ccb5ff1fd450b95477c91f0f73301749.tar.gz
gentoo-2ad14132ccb5ff1fd450b95477c91f0f73301749.tar.bz2
gentoo-2ad14132ccb5ff1fd450b95477c91f0f73301749.zip
virtual/dotnet-sdk: add .NET Core 3.1 as a new slot
Closes: https://github.com/gentoo/gentoo/pull/23326 Signed-off-by: Gergely Nagy <ngg@ngg.hu> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'virtual/dotnet-sdk')
-rw-r--r--virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild
new file mode 100644
index 000000000000..a24b53ff8347
--- /dev/null
+++ b/virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for .NET SDK"
+
+LICENSE=""
+SLOT="3.1"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+BDEPEND=""
+RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )"