summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-03-16 03:58:25 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-03-16 04:10:11 -0400
commit129a28a4e2f2ccdadb45ce6e639901eed35ecb32 (patch)
tree00f91d033ae745450075809b26b02a7cc70db1ac /app-misc/broot
parentdev-python/requests-oauthlib: Remove old (diff)
downloadgentoo-129a28a4e2f2ccdadb45ce6e639901eed35ecb32.tar.gz
gentoo-129a28a4e2f2ccdadb45ce6e639901eed35ecb32.tar.bz2
gentoo-129a28a4e2f2ccdadb45ce6e639901eed35ecb32.zip
app-misc/broot: disable stripping with release profile
Missed this due to doing most testing with USE=debug (faster compilation), unfortunately this still requires >=rust-1.59 for non-nightly unless go with modifying the Cargo.toml which doesn't feel worth it on the long run. Bug: https://bugs.gentoo.org/835395 Closes: https://bugs.gentoo.org/835400 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-misc/broot')
-rw-r--r--app-misc/broot/broot-1.9.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-misc/broot/broot-1.9.4.ebuild b/app-misc/broot/broot-1.9.4.ebuild
index c0f53d29eed8..d6400d4a9527 100644
--- a/app-misc/broot/broot-1.9.4.ebuild
+++ b/app-misc/broot/broot-1.9.4.ebuild
@@ -237,6 +237,7 @@ BDEPEND=">=virtual/rust-1.59"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_configure() {
+ export RUSTFLAGS="-Cstrip=none ${RUSTFLAGS}" #835400
local myfeatures=( $(usev X clipboard) )
cargo_src_configure --no-default-features