commit: 17fb92ef4eeed3530f5f32f2b11bb3e77a7d6add
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 22:57:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 22:57:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fb92ef
dev-dotnet/dotnet-sdk-bin: Stabilize 9.0.101 arm, #946704
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.101.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.101.ebuild
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.101.ebuild
index 16206d68455b..f9b0db8edadc 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.101.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.101.ebuild
@@ -40,7 +40,7 @@ S="${WORKDIR}"
LICENSE="MIT"
SLOT="${SDK_SLOT}/${RUNTIME_SLOT}"
# See bug https://bugs.gentoo.org/932377
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 arm ~arm64"
# STRIP="llvm-strip" corrupts some executables when using the patchelf hack,
# bug https://bugs.gentoo.org/923430