commit: dae019c3533b10fc0b84b4772367a668adcf01ae Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 1 13:17:04 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 1 13:22:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae019c3
dev-dotnet/dotnet-sdk: do not strip any binaries Bug: https://bugs.gentoo.org/923430 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r2.ebuild | 8 ++++---- 1 file 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() {
