From be33b81130d2703fe72fdad262b8d1bc8fefaffc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 29 Dec 2025 22:21:31 +0000 Subject: [PATCH] dev-dotnet/dotnet-sdk: Stabilize 9.0.111 amd64, #968142 Signed-off-by: Sam James --- dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.111.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.111.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.111.ebuild index 5b7878a6e35b9..5560657c59167 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.111.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.111.ebuild @@ -45,7 +45,7 @@ S="${WORKDIR}/${P}" LICENSE="MIT" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" -KEYWORDS="~amd64" +KEYWORDS="amd64" # STRIP="llvm-strip" corrupts some executables when using the patchelf hack. # Be safe and restrict it for source-built too, bug https://bugs.gentoo.org/923430