diff options
author | Sam James <sam@gentoo.org> | 2024-04-23 02:30:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-23 02:30:58 +0100 |
commit | a35a1ae8dbd5bf61c926e220ab61a2c2c038bb56 (patch) | |
tree | 0662f58e781f2ad0ea2ae4d220f591d990e2b71e /dev-dotnet | |
parent | dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.203 arm, #930456 (diff) | |
download | gentoo-a35a1ae8dbd5bf61c926e220ab61a2c2c038bb56.tar.gz gentoo-a35a1ae8dbd5bf61c926e220ab61a2c2c038bb56.tar.bz2 gentoo-a35a1ae8dbd5bf61c926e220ab61a2c2c038bb56.zip |
dev-dotnet/dotnet-sdk-bin: Stabilize 8.0.203 arm64, #930456
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.203.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.203.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.203.ebuild index ad7a9f225a79..62cc583f09a7 100644 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.203.ebuild +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-8.0.203.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 |