diff options
author | 2025-01-22 19:34:45 +0200 | |
---|---|---|
committer | 2025-01-22 19:34:45 +0200 | |
commit | a1873390b177977605684a4d576f7a7a6ab2b70e (patch) | |
tree | b1b1719e159d3b91a96918292324768542959a73 /dev-dotnet | |
parent | app-emacs/transient: Stabilize 0.8.1 ALLARCHES, #948559 (diff) | |
download | gentoo-a1873390b177977605684a4d576f7a7a6ab2b70e.tar.gz gentoo-a1873390b177977605684a4d576f7a7a6ab2b70e.tar.bz2 gentoo-a1873390b177977605684a4d576f7a7a6ab2b70e.zip |
dev-dotnet/dotnet-sdk: Stabilize 9.0.101 amd64, #948560
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild index 5067599f96d7..0c6788e3a8d2 100644 --- a/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-9.0.101.ebuild @@ -45,7 +45,7 @@ S="${WORKDIR}/${P}" 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 |