diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-21 18:21:19 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-21 18:21:19 +0000 |
commit | aa95a7270d2c2239c589c81c17bfb316a3c390b7 (patch) | |
tree | 9ee43ae43a41fc39cc84e521700e730890bf3605 /media-gfx/gimp-print/gimp-print-4.2.6.ebuild | |
parent | also builds with bison; fix compilation on non posix locale (diff) | |
download | gentoo-2-aa95a7270d2c2239c589c81c17bfb316a3c390b7.tar.gz gentoo-2-aa95a7270d2c2239c589c81c17bfb316a3c390b7.tar.bz2 gentoo-2-aa95a7270d2c2239c589c81c17bfb316a3c390b7.zip |
fix makeopts=-j1
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-gfx/gimp-print/gimp-print-4.2.6.ebuild')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.6.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild b/media-gfx/gimp-print/gimp-print-4.2.6.ebuild index b5ee6c3d285a..3a7720c56c88 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.6.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.6.ebuild,v 1.15 2005/02/20 19:22:14 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.6.ebuild,v 1.16 2005/02/21 18:21:19 lanius Exp $ inherit libtool @@ -65,9 +65,7 @@ src_compile() { # IJS Patch sed -i -e "s/<ijs/<ijs\/ijs/g" src/ghost/ijsgimpprint.c - MAKEOPTS="${MAKEOPTS} -j1" - - emake || die "compile problem" + emake -j1 || die "compile problem" } src_install () { |