commit: 8ec71ef65d412c1eb2caf92f8fe1495db2a053e5
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 17:15:56 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 17:15:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec71ef6
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.108 arm64, #953790
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 4be1d4652d4b..6079e560eaa8 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