commit: e22bc4844055de1f23e05634df32fcd3a84fad44
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 17:32:51 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 17:32:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22bc484
dev-dotnet/dotnet-sdk-bin: Stabilize 9.0.108 arm64, #961787
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild
index 7a73f581420d..dd73271f4071 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.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