diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 10:29:06 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-06-11 10:29:06 +0000 |
commit | 762adde36392ae860256281a757843c820bfd719 (patch) | |
tree | bdd61270945067512be663aa2786383bcb7ff423 /media-gfx | |
parent | added comment that it doesn't work with -j 4 (diff) | |
download | historical-762adde36392ae860256281a757843c820bfd719.tar.gz historical-762adde36392ae860256281a757843c820bfd719.tar.bz2 historical-762adde36392ae860256281a757843c820bfd719.zip |
added comment that it doesn't work with -j 4
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp/gimp-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp/gimp-1.2.1.ebuild b/media-gfx/gimp/gimp-1.2.1.ebuild index f4e853037ad8..88f91d5f85be 100644 --- a/media-gfx/gimp/gimp-1.2.1.ebuild +++ b/media-gfx/gimp/gimp-1.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.1.ebuild,v 1.4 2001/06/04 06:41:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-1.2.1.ebuild,v 1.5 2001/06/11 10:29:06 hallski Exp $ A=${P}.tar.bz2 S=${WORKDIR}/${P} @@ -35,7 +35,7 @@ src_compile() { myconf="--disable-perl" fi try ./configure --host=${CHOST} --prefix=/usr/X11R6 --sysconfdir=/etc --with-mp ${myconf} - try make + try make # Doesn't work with -j 4 (hallski) } src_install() { |