commit: aa29c924863748348371bff62b7a7d0f569d943f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 16:46:33 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 16:52:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa29c924
dev-dotnet/dotnet-sdk-bin: fix 9.0.102 SLOT Closes: https://bugs.gentoo.org/949279 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../{dotnet-sdk-bin-9.0.102.ebuild => dotnet-sdk-bin-9.0.102-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild similarity index 99% rename from dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild rename to dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild index 1986abec12bc..cc180c7b99a2 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.102-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.0" +RUNTIME_SLOT="${SDK_SLOT}.1" DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" HOMEPAGE="https://dotnet.microsoft.com/
