diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-11-19 20:08:01 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-19 20:52:05 +0100 |
commit | f58282b0d0760a38581d603bc8c95c040e652bd0 (patch) | |
tree | 4509cfb57eab780100df3b79dd2d41ced6af5633 /virtual | |
parent | dev-dotnet/dotnet-sdk-bin: drop old 8.0.402 (diff) | |
download | gentoo-f58282b0d0760a38581d603bc8c95c040e652bd0.tar.gz gentoo-f58282b0d0760a38581d603bc8c95c040e652bd0.tar.bz2 gentoo-f58282b0d0760a38581d603bc8c95c040e652bd0.zip |
virtual/dotnet-sdk: bump to 9.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild new file mode 100644 index 000000000000..3fae0f6189e3 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-9.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for .NET SDK" + +SLOT="${PV}" +KEYWORDS="~amd64 ~arm ~arm64" + +RDEPEND=" + || ( + dev-dotnet/dotnet-sdk-bin:${SLOT} + dev-dotnet/dotnet-sdk:${SLOT} + ) +" |