diff options
author | Sam James <sam@gentoo.org> | 2024-04-18 00:35:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-18 00:35:04 +0100 |
commit | 48ef239649df6c3cee980c15dcf95adb79eada02 (patch) | |
tree | d65574c111efb6841587e2db80d1abcb606a0509 /dev-dotnet/dotnet-sdk-bin | |
parent | dev-lua/luarocks: Stabilize 3.11.0 amd64, #930137 (diff) | |
download | gentoo-48ef239649df6c3cee980c15dcf95adb79eada02.tar.gz gentoo-48ef239649df6c3cee980c15dcf95adb79eada02.tar.bz2 gentoo-48ef239649df6c3cee980c15dcf95adb79eada02.zip |
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.202 amd64, #930176
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet/dotnet-sdk-bin')
-rw-r--r-- | dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild index cc337d1acd29..ad7a9f225a79 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.202.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}" LICENSE="MIT" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" -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 |