diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-11-21 18:47:54 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-11-21 18:47:54 -0800 |
commit | d71a45378097fddd7911f38c7cce8c8b707e6cfe (patch) | |
tree | 0b9b93f156f6bf9910f64fc0be85192024f77b71 /virtual | |
parent | dev-dotnet/dotnet-sdk-bin: Bump to version 6.0.100 (diff) | |
download | gentoo-d71a45378097fddd7911f38c7cce8c8b707e6cfe.tar.gz gentoo-d71a45378097fddd7911f38c7cce8c8b707e6cfe.tar.bz2 gentoo-d71a45378097fddd7911f38c7cce8c8b707e6cfe.zip |
virtual/dotnet-sdk: Bump to version 6.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-6.0.ebuild new file mode 100644 index 000000000000..196214323d40 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-6.0.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="6.0" +KEYWORDS="~amd64 ~arm ~arm64" + +BDEPEND="" +RDEPEND="|| ( dev-dotnet/dotnet-sdk-bin:${SLOT} dev-dotnet/dotnet-sdk:${SLOT} )" |