commit: a7385ce33f1913958559b24c96117bf10e596fa8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 16:53:32 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 20:48:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7385ce3
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 <AT> gentoo.org> virtual/dotnet-sdk/dotnet-sdk-6.0-r2.ebuild | 16 ++++++++++++++++ virtual/dotnet-sdk/dotnet-sdk-7.0-r1.ebuild | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) 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} + ) +"
