From 60764eafc7d4bce25671a198381701d8fc2a96bf Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 26 Jul 2025 00:40:48 +0100 Subject: [PATCH] dev-dotnet/dotnet-sdk-bin: Stabilize 9.0.106 amd64, #960581 Signed-off-by: Sam James --- dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.106.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.106.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.106.ebuild index 7a3a0ee77337e..b61b678cc7b78 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.106.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.106.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