diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-09-20 05:04:30 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-09-20 05:04:30 +0000 |
commit | 7ca5a16b73c4a906aa9a960035a79d5b66a184af (patch) | |
tree | a278eb5ea5a342c0f848e01595084bd9bb89b0a9 /media-gfx/gimp | |
parent | Removed postfix-1.1.11.20020822 mask as it is no longer in portage. (diff) | |
download | historical-7ca5a16b73c4a906aa9a960035a79d5b66a184af.tar.gz historical-7ca5a16b73c4a906aa9a960035a79d5b66a184af.tar.bz2 historical-7ca5a16b73c4a906aa9a960035a79d5b66a184af.zip |
do it better
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-1.2.3-r2.ebuild b/media-gfx/gimp/gimp-1.2.3-r2.ebuild index cfcda02b4d61..6ef5415cc755 100644 --- a/media-gfx/gimp/gimp-1.2.3-r2.ebuild +++ b/media-gfx/gimp/gimp-1.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r2.ebuild,v 1.7 2002/09/13 17:48:49 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.3-r2.ebuild,v 1.8 2002/09/20 05:04:30 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="The GIMP" @@ -110,7 +110,7 @@ src_compile() { fi # Doesn't work with -j 4 (hallski) - make ${mymake} || die + MAKEOPTS="-j1" emake ${mymake} || die } src_install() { |