summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-10 21:16:19 +0100
committerSam James <sam@gentoo.org>2024-08-10 21:16:19 +0100
commit5ae7a8b4c5752ba29a9bb377ff6cb403a371efce (patch)
tree02f3f771a89d64622d7f6f12557ca2078f899970 /dev-dotnet
parentx11-libs/libxkbcommon: fix missing versioned symbols w/ older binutils (diff)
downloadgentoo-5ae7a8b4c5752ba29a9bb377ff6cb403a371efce.tar.gz
gentoo-5ae7a8b4c5752ba29a9bb377ff6cb403a371efce.tar.bz2
gentoo-5ae7a8b4c5752ba29a9bb377ff6cb403a371efce.zip
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.106 amd64, #937701
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.106.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.106.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.106.ebuild
index 81d16cc7660d..1da3dd4fb4d2 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.106.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.106.ebuild
@@ -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