diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-09-03 12:59:08 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-09-03 12:59:08 +0000 |
commit | 84dedd266e57f9649bf78d83dd8db6446204e57a (patch) | |
tree | f4533233992766b253aa7e7623ea1ef80329e96e /media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild | |
parent | version bump, lintools fixes (diff) | |
download | gentoo-2-84dedd266e57f9649bf78d83dd8db6446204e57a.tar.gz gentoo-2-84dedd266e57f9649bf78d83dd8db6446204e57a.tar.bz2 gentoo-2-84dedd266e57f9649bf78d83dd8db6446204e57a.zip |
version bump, lintools 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 | 6 |
1 files changed, 3 insertions, 3 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 e2715a24ccc4..713c1cf7f29f 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.2 2003/07/31 14:16:38 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.2.5-r2.ebuild,v 1.3 2003/09/03 12:59:02 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -35,7 +35,7 @@ src_compile() { use gtk \ && myconf="${myconf} --enable-lexmarkutil" \ || myconf="${myconf} --disable-lexmarkutil" - + has_version =media-gfx/gimp-1.2* \ && myconf="${myconf} --with-gimp" \ || myconf="${myconf} --without-gimp" @@ -45,7 +45,7 @@ src_compile() { else myconf="${myconf} --without-cups" fi - + use foomaticdb \ && myconf="${myconf} --with-foomatic3" \ || myconf="${myconf} --without-foomatic" |