From 264c5fd5e078f5b2829068e4772e71a8095509e7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 19 Aug 2025 22:02:47 +0100 Subject: [PATCH] dev-dotnet/dotnet-sdk: Stabilize 9.0.108 amd64, #961787 Signed-off-by: Sam James --- dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.108.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.108.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.108.ebuild index 01b1f475d398a..40cec2bd9db25 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.108.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.108.ebuild @@ -45,7 +45,7 @@ S="${WORKDIR}/${PN}-${RUNTIME_SLOT}" 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