summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-08-19 20:32:51 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-08-19 20:32:51 +0300
commite22bc4844055de1f23e05634df32fcd3a84fad44 (patch)
treeffda9d82b4696a9993ef34429cf11269b36d5da2
parente86845c953a730569d781327173989262e8ba561 (diff)
downloadgentoo-e22bc4844055de1f23e05634df32fcd3a84fad44.tar.gz
gentoo-e22bc4844055de1f23e05634df32fcd3a84fad44.tar.bz2
gentoo-e22bc4844055de1f23e05634df32fcd3a84fad44.zip
dev-dotnet/dotnet-sdk-bin: Stabilize 9.0.108 arm64, #961787
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild
index 7a73f581420d..dd73271f4071 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-9.0.108.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