commit: 2ad14132ccb5ff1fd450b95477c91f0f73301749 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu> AuthorDate: Thu Dec 16 15:09:19 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Feb 12 19:56:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad14132
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 <AT> ngg.hu> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> virtual/dotnet-sdk/dotnet-sdk-3.1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} )"
