summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-01 14:17:04 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-01 14:22:30 +0100
commitdae019c3533b10fc0b84b4772367a668adcf01ae (patch)
treee11b32205dce258cbe918617d438fb2f726515ce
parentdev-dotnet/dotnet-sdk-bin: do not strip any binaries (diff)
downloadgentoo-dae019c3533b10fc0b84b4772367a668adcf01ae.tar.gz
gentoo-dae019c3533b10fc0b84b4772367a668adcf01ae.tar.bz2
gentoo-dae019c3533b10fc0b84b4772367a668adcf01ae.zip
dev-dotnet/dotnet-sdk: do not strip any binaries
Bug: https://bugs.gentoo.org/923430 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild
index c312e4734619..75ac94521502 100644
--- a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild
+++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild
@@ -42,6 +42,10 @@ S="${WORKDIR}/${PN}-${RUNTIME_SLOT}"
LICENSE="MIT"
KEYWORDS="amd64"
+# STRIP="llvm-strip" corrupts some executables when using the patchelf hack,
+# bug https://bugs.gentoo.org/923430
+RESTRICT="splitdebug strip"
+
CURRENT_NUGETS_DEPEND="
~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT}
"
@@ -152,10 +156,6 @@ src_install() {
fperms 0755 "${dest}"
dosym -r "${dest}/dotnet" "/usr/bin/dotnet-${SDK_SLOT}"
-
- # STRIP="llvm-strip" corrupts some executables when using the patchelf hack,
- # bug https://bugs.gentoo.org/923430
- dostrip -x "/${dest}/dotnet"
}
pkg_postinst() {