diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-01-21 19:23:38 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-01-21 20:15:05 -0500 |
commit | 28d79b94e8470158a0a7856de0d2d9ae65dc9ed6 (patch) | |
tree | 5ab627e5c047db18e04e852e2c3a2fec7d9e1a27 /sci-mathematics/pari | |
parent | net-misc/chrome-remote-desktop: version bump to 110.0.5481.14 #891613 (diff) | |
download | gentoo-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.ebuild | 7 |
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}" |