diff options
author | Sam James <sam@gentoo.org> | 2024-06-25 23:00:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-25 23:00:52 +0100 |
commit | f2a80e77d0e79ca5654cda15ed47d1ec39910da0 (patch) | |
tree | 08243a43912b5da1194b4fd091ce043f9471589f /dev-dotnet | |
parent | dev-dotnet/dotnet-outdated: Stabilize 4.6.2 amd64, #934892 (diff) | |
download | gentoo-f2a80e77d0e79ca5654cda15ed47d1ec39910da0.tar.gz gentoo-f2a80e77d0e79ca5654cda15ed47d1ec39910da0.tar.bz2 gentoo-f2a80e77d0e79ca5654cda15ed47d1ec39910da0.zip |
dev-dotnet/dotnet-sdk: Stabilize 8.0.105 amd64, #934893
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.105.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.105.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.105.ebuild index c670f25bd98b..4b6ea2c7bab1 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.105.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.105.ebuild @@ -41,7 +41,7 @@ S="${WORKDIR}/${PN}-${RUNTIME_SLOT}" LICENSE="MIT" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" -KEYWORDS="~amd64" +KEYWORDS="amd64" # STRIP="llvm-strip" corrupts some executables when using the patchelf hack. # Be safe and restrict it for source-built too, bug https://bugs.gentoo.org/923430 |