commit: e1a02f09549cb9de36aca19aeda223a8484e81e8 Author: Blake LaFleur <blackburn2929 <AT> gmail <DOT> com> AuthorDate: Thu Nov 13 14:43:59 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Nov 13 20:13:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a02f09
virtual/dotnet-sdk: bump to 10.0 Part-of: https://github.com/gentoo/gentoo/pull/44604 Closes: https://github.com/gentoo/gentoo/pull/44604 Signed-off-by: Blake LaFleur <blackburn2929 <AT> gmail.com> Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> virtual/dotnet-sdk/dotnet-sdk-10.0.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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} + ) +"
