diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-05-21 17:57:29 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-05-21 18:01:05 +0200 |
commit | ca48b005e3b68b2fcf705a56ed9eaf81968a7978 (patch) | |
tree | e6ba78812c1cb189599f40a4ed22938ba5fcdff1 /dev-dotnet | |
parent | dev-dotnet/dotnet-sdk-bin: drop old 8.0.204 (diff) | |
download | gentoo-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.ebuild | 3 |
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 |