From e1a02f09549cb9de36aca19aeda223a8484e81e8 Mon Sep 17 00:00:00 2001 From: Blake LaFleur Date: Thu, 13 Nov 2025 08:43:59 -0600 Subject: [PATCH] virtual/dotnet-sdk: bump to 10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part-of: https://github.com/gentoo/gentoo/pull/44604 Closes: https://github.com/gentoo/gentoo/pull/44604 Signed-off-by: Blake LaFleur Signed-off-by: Maciej Barć --- virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild diff --git a/virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild b/virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild new file mode 100644 index 000000000000..82575f4ab8c2 --- /dev/null +++ b/virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2025 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} + ) +"