summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-26 21:23:34 -0600
committerSam James <sam@gentoo.org>2023-09-27 04:44:40 +0100
commitee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b (patch)
treea3e3e5af1116831ede05ca388239b2304ab5d28e
parentsys-apps/goawk: add 1.25.0 (diff)
downloadgentoo-ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b.tar.gz
gentoo-ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b.tar.bz2
gentoo-ee9ad84b7f6d9fe0c625ad76bd2b2c68f9f1027b.zip
sys-apps/bat: do not pre-strip executable
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-apps/bat/bat-0.23.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/bat/bat-0.23.0.ebuild b/sys-apps/bat/bat-0.23.0.ebuild
index 72bfc7929ad1..9f77fc749659 100644
--- a/sys-apps/bat/bat-0.23.0.ebuild
+++ b/sys-apps/bat/bat-0.23.0.ebuild
@@ -198,12 +198,12 @@ RDEPEND="${DEPEND}
DOCS=( README.md CHANGELOG.md doc/alternatives.md )
QA_FLAGS_IGNORED="usr/bin/${PN}"
-QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"
src_configure() {
export RUSTONIG_SYSTEM_LIBONIG=1
export LIBGIT2_SYS_USE_PKG_CONFIG=1
export PKG_CONFIG_ALLOW_CROSS=1
+ sed -i -e 's/strip = true/strip = false/g' Cargo.toml || die
}
src_install() {