diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-23 04:11:04 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-23 04:11:04 +0000 |
commit | ee1981b7eb976d7e94a761e5695a31f8b4828228 (patch) | |
tree | c0f0a74141ada4c141e18149ead0bd81cfd52884 /sci-mathematics/pari/pari-2.3.5.ebuild | |
parent | Version bump, bug 337545. Misc fixes (diff) | |
download | historical-ee1981b7eb976d7e94a761e5695a31f8b4828228.tar.gz historical-ee1981b7eb976d7e94a761e5695a31f8b4828228.tar.bz2 historical-ee1981b7eb976d7e94a761e5695a31f8b4828228.zip |
Fixed parallel building for docs, thanks Francois Bissey, bug #338270
Package-Manager: portage-2.2_rc86/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/pari/pari-2.3.5.ebuild')
-rw-r--r-- | sci-mathematics/pari/pari-2.3.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-mathematics/pari/pari-2.3.5.ebuild b/sci-mathematics/pari/pari-2.3.5.ebuild index ec5cc77d2e0b..98f28e32e95a 100644 --- a/sci-mathematics/pari/pari-2.3.5.ebuild +++ b/sci-mathematics/pari/pari-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.2 2010/09/14 17:21:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.5.ebuild,v 1.3 2010/09/23 04:11:04 bicatali Exp $ EAPI=2 inherit elisp-common eutils flag-o-matic toolchain-funcs @@ -46,6 +46,7 @@ src_prepare() { fi epatch "${FILESDIR}/"${PN}-2.3.2-strip.patch epatch "${FILESDIR}/"${PN}-2.3.2-ppc-powerpc-arch-fix.patch + epatch "${FILESDIR}/"${PN}-2.3.5-doc-make.patch # disable default building of docs during install sed -i \ |