diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:55:46 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-16 14:55:46 +0000 |
commit | 96fe4c6d00b4701755972dab2c4854c479598e31 (patch) | |
tree | 469d7d8d373c0cf25939b280ce10bf966c71c34b /media-gfx | |
parent | initial release (diff) | |
download | gentoo-2-96fe4c6d00b4701755972dab2c4854c479598e31.tar.gz gentoo-2-96fe4c6d00b4701755972dab2c4854c479598e31.tar.bz2 gentoo-2-96fe4c6d00b4701755972dab2c4854c479598e31.zip |
fixed foomaticdb useflag
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gimp-print/gimp-print-4.3.18.ebuild b/media-gfx/gimp-print/gimp-print-4.3.18.ebuild index 25326963c10d..6b93624e14ab 100644 --- a/media-gfx/gimp-print/gimp-print-4.3.18.ebuild +++ b/media-gfx/gimp-print/gimp-print-4.3.18.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.3.18.ebuild,v 1.1 2003/07/16 14:18:30 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.18.ebuild,v 1.2 2003/07/16 14:55:46 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -51,7 +51,7 @@ src_compile() { myconf="${myconf} --without-cups" fi - use foomatic \ + use foomaticdb \ && myconf="${myconf} --with-foomatic" \ || myconf="${myconf} --without-foomatic" |