From 8ec71ef65d412c1eb2caf92f8fe1495db2a053e5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 13 Apr 2025 18:15:56 +0100 Subject: [PATCH] dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.108 arm64, #953790 Signed-off-by: Sam James --- dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.108.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.108.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.108.ebuild index 4be1d4652d4bd..6079e560eaa81 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.108.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.108.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,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