diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-31 14:16:48 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-31 14:16:48 +0000 |
commit | 1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2 (patch) | |
tree | 35a2278db50ebfa7b76ad23e3e0529555223cad8 /media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | |
parent | update to stable series (diff) | |
download | gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.tar.gz gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.tar.bz2 gentoo-2-1bf935a0db1ba7f4eb2a50d0074c807b19b40cb2.zip |
small fixes
Diffstat (limited to 'media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild b/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild index ae9e5fee4a5a..e2715a24ccc4 100644 --- a/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.1 2003/07/31 14:08:41 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.2 2003/07/31 14:16:38 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -50,13 +50,13 @@ src_compile() { && myconf="${myconf} --with-foomatic3" \ || myconf="${myconf} --without-foomatic" - # --without-translated-ppds enabled \ econf \ --enable-test \ --with-ghosts \ --with-user-guide \ --with-samples \ --with-escputil \ + --without-translated-ppds \ $myconf || die # IJS Patch |