diff options
author | Thomas Kahle <tomka@gentoo.org> | 2012-05-16 17:46:43 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2012-05-16 17:46:43 +0000 |
commit | 1a28ecd0cc00223f3f31adc12c472925c705c3d0 (patch) | |
tree | 9e85d88cd82a55d95383eeb47ffc1b04a3f24269 /sci-mathematics/frobby | |
parent | Version bump for dev channel release. Remove old. (diff) | |
download | gentoo-2-1a28ecd0cc00223f3f31adc12c472925c705c3d0.tar.gz gentoo-2-1a28ecd0cc00223f3f31adc12c472925c705c3d0.tar.bz2 gentoo-2-1a28ecd0cc00223f3f31adc12c472925c705c3d0.zip |
Fix parallel build of docs
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/frobby')
-rw-r--r-- | sci-mathematics/frobby/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/frobby/frobby-0.9.0.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-mathematics/frobby/ChangeLog b/sci-mathematics/frobby/ChangeLog index 50aa5268022b..9543e08dee92 100644 --- a/sci-mathematics/frobby/ChangeLog +++ b/sci-mathematics/frobby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/frobby # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.8 2012/04/13 16:30:07 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/ChangeLog,v 1.9 2012/05/16 17:46:43 tomka Exp $ + + 16 May 2012; Thomas Kahle <tomka@gentoo.org> frobby-0.9.0.ebuild: + Fix parallel build of docs *frobby-0.9.0 (13 Apr 2012) diff --git a/sci-mathematics/frobby/frobby-0.9.0.ebuild b/sci-mathematics/frobby/frobby-0.9.0.ebuild index 9ab8a918ee34..d061f0b06a43 100644 --- a/sci-mathematics/frobby/frobby-0.9.0.ebuild +++ b/sci-mathematics/frobby/frobby-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.9.0.ebuild,v 1.1 2012/04/13 16:30:07 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.9.0.ebuild,v 1.2 2012/05/16 17:46:43 tomka Exp $ EAPI=4 @@ -29,8 +29,7 @@ src_compile() { emake emake library if use doc; then - # latex loops don't parallelize well - emake -j1 doc + emake docPdf fi } |