diff options
author | 2012-08-13 17:45:27 +0000 | |
---|---|---|
committer | 2012-08-13 17:45:27 +0000 | |
commit | 801c3cf6485a314706463d5bca34d84efd460e27 (patch) | |
tree | 589f08cf1b0f88d150192657df45f7a8c0c08c5b /app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild | |
parent | Remove old; bump to EAPI 4, use the new rspec recipe for tests; remove mandat... (diff) | |
download | historical-801c3cf6485a314706463d5bca34d84efd460e27.tar.gz historical-801c3cf6485a314706463d5bca34d84efd460e27.tar.bz2 historical-801c3cf6485a314706463d5bca34d84efd460e27.zip |
Reintroduce -j1 workaround for parallel make. Bug #234378 and #430946.
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild index 8c0661a8fce9..88db06c0890e 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.06.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/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.1 2012/08/10 15:44:27 tgurr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.2 2012/08/13 17:45:27 tgurr Exp $ EAPI=4 @@ -176,7 +176,8 @@ src_configure() { } src_compile() { - emake so all + # workaround: -j1 -> see bug #234378 + emake -j1 so all cd "${S}/ijs" emake |