commit: 129a28a4e2f2ccdadb45ce6e639901eed35ecb32 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Wed Mar 16 07:58:25 2022 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Wed Mar 16 08:10:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129a28a4
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 <AT> gentoo.org> app-misc/broot/broot-1.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) 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
