diff options
author | Sam James <sam@gentoo.org> | 2024-09-04 02:56:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-04 02:56:41 +0100 |
commit | 715e91836abeff69b52b4e958da28430e0238612 (patch) | |
tree | b1f0342c6c8fd9d8b460cd8edc46bb6d1defa06c /dev-dotnet | |
parent | app-text/hunspell: Stabilize 1.7.2-r1 x86, #938963 (diff) | |
download | gentoo-715e91836abeff69b52b4e958da28430e0238612.tar.gz gentoo-715e91836abeff69b52b4e958da28430e0238612.tar.bz2 gentoo-715e91836abeff69b52b4e958da28430e0238612.zip |
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.107 amd64, #938976
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.107.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.107.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.107.ebuild index 748fd7560d60..c46945f5c350 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.107.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.107.ebuild @@ -28,7 +28,7 @@ S="${WORKDIR}" LICENSE="MIT" SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" # See bug https://bugs.gentoo.org/932377 -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 |