summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-05-21 17:57:29 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-05-21 18:01:05 +0200
commitca48b005e3b68b2fcf705a56ed9eaf81968a7978 (patch)
treee6ba78812c1cb189599f40a4ed22938ba5fcdff1 /dev-dotnet
parentdev-dotnet/dotnet-sdk-bin: drop old 8.0.204 (diff)
downloadgentoo-ca48b005e3b68b2fcf705a56ed9eaf81968a7978.tar.gz
gentoo-ca48b005e3b68b2fcf705a56ed9eaf81968a7978.tar.bz2
gentoo-ca48b005e3b68b2fcf705a56ed9eaf81968a7978.zip
dev-dotnet/dotnet-sdk-bin: drop KEYWORDS of 8.0.300
Bug: https://bugs.gentoo.org/932377 Bug: https://bugs.gentoo.org/932370 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.300.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.300.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.300.ebuild
index c28c1541ef6e..1df4b98bdceb 100644
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.300.ebuild
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.300.ebuild
@@ -27,7 +27,8 @@ S="${WORKDIR}"
LICENSE="MIT"
SLOT="${SDK_SLOT}/${RUNTIME_SLOT}"
-KEYWORDS="~amd64 ~arm ~arm64"
+# See bug https://bugs.gentoo.org/932377
+# KEYWORDS=""
# STRIP="llvm-strip" corrupts some executables when using the patchelf hack,
# bug https://bugs.gentoo.org/923430