diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-09-15 18:53:32 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-09-15 22:48:42 +0200 |
commit | a7385ce33f1913958559b24c96117bf10e596fa8 (patch) | |
tree | c280abbdfe58dada006fe71d5a5a1b5d92dc78b2 /virtual | |
parent | dev-dotnet/dotnet-sdk-bin: add 6.0.404-r1 and 7.0.203 (diff) | |
download | gentoo-a7385ce33f1913958559b24c96117bf10e596fa8.tar.gz gentoo-a7385ce33f1913958559b24c96117bf10e596fa8.tar.bz2 gentoo-a7385ce33f1913958559b24c96117bf10e596fa8.zip |
virtual/dotnet-sdk: add 6.0-r2 and 7.0-r1
Bug: https://bugs.gentoo.org/900597
Bug: https://github.com/gentoo/gentoo/pull/32109
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild | 16 | ||||
-rw-r--r-- | virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild b/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild new file mode 100644 index 000000000000..51d80145aa48 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for .NET SDK" + +SLOT="6.0" +KEYWORDS="~amd64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +" diff --git a/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild b/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild new file mode 100644 index 000000000000..b2f19f750a05 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for .NET SDK" + +SLOT="7.0" +KEYWORDS="~amd64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +" |