summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-11 20:44:14 +0100
committerSam James <sam@gentoo.org>2024-04-11 20:44:14 +0100
commitcdd020fbafbb6e259ee74c0265790916036d67ce (patch)
tree7b47507eb03145134d7730eb946256cfab59f909 /dev-dotnet
parentsys-boot/grub: add workaround for fwsetup issue (diff)
downloadgentoo-cdd020fbafbb6e259ee74c0265790916036d67ce.tar.gz
gentoo-cdd020fbafbb6e259ee74c0265790916036d67ce.tar.bz2
gentoo-cdd020fbafbb6e259ee74c0265790916036d67ce.zip
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.201 arm64, #929110
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild
index acf3e2a762b3..bb8367b4925d 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.201.ebuild
@@ -27,7 +27,7 @@ S="${WORKDIR}"
LICENSE="MIT"
SLOT="${SDK_SLOT}/${RUNTIME_SLOT}"
-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