diff options
author | Sam James <sam@gentoo.org> | 2024-09-04 05:53:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-04 05:53:31 +0100 |
commit | 32d45629b9c8854fdf207c552b19aa40db5c5bf0 (patch) | |
tree | 43a4d2a4fcd9548423c18465bf61127e3a337b01 /dev-dotnet | |
parent | dev-python/cryptography: Bump to 43.0.1 (diff) | |
download | gentoo-32d45629b9c8854fdf207c552b19aa40db5c5bf0.tar.gz gentoo-32d45629b9c8854fdf207c552b19aa40db5c5bf0.tar.bz2 gentoo-32d45629b9c8854fdf207c552b19aa40db5c5bf0.zip |
dev-dotnet/dotnet-sdk: Stabilize 8.0.107 amd64, #938975
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107.ebuild index 0009a1c7aedc..4a7ebe2b4a70 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.107.ebuild @@ -45,7 +45,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 |