summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2023-01-21 19:23:38 -0500
committerMichael Orlitzky <mjo@gentoo.org>2023-01-21 20:15:05 -0500
commit28d79b94e8470158a0a7856de0d2d9ae65dc9ed6 (patch)
tree5ab627e5c047db18e04e852e2c3a2fec7d9e1a27 /sci-mathematics/pari
parentnet-misc/chrome-remote-desktop: version bump to 110.0.5481.14 #891613 (diff)
downloadgentoo-28d79b94e8470158a0a7856de0d2d9ae65dc9ed6.tar.gz
gentoo-28d79b94e8470158a0a7856de0d2d9ae65dc9ed6.tar.bz2
gentoo-28d79b94e8470158a0a7856de0d2d9ae65dc9ed6.zip
sci-mathematics/pari: move STRIP override patch into the ebuild.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r--sci-mathematics/pari/pari-2.15.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-mathematics/pari/pari-2.15.2.ebuild b/sci-mathematics/pari/pari-2.15.2.ebuild
index e677ee6a41a1..f33ec30fd5de 100644
--- a/sci-mathematics/pari/pari-2.15.2.ebuild
+++ b/sci-mathematics/pari/pari-2.15.2.ebuild
@@ -32,7 +32,6 @@ DEPEND="
RDEPEND="${DEPEND}"
PATCHES=(
- "${FILESDIR}/${PN}"-2.9.4-strip.patch
"${FILESDIR}/${PN}"-2.9.4-ppc.patch
"${FILESDIR}/${PN}"-2.11.2-no-automagic.patch
"${FILESDIR}/${PN}"-2.9.4-fltk-detection.patch
@@ -114,7 +113,11 @@ src_test() {
src_install() {
DOCS=( AUTHORS CHANGES* COMPAT NEW README* )
- default
+
+ # Use "true" in place of "strip" to sabotage the unconditional
+ # binary stripping.
+ emake DESTDIR="${D}" STRIP="true" install
+ einstalldocs
if use doc; then
docompress -x "/usr/share/doc/${PF}"