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 | 0c7dfbcdce4666132fa15b245792cce47aabedd2 (patch) | |
tree | dd9f30b92415e27c82fb6b4fc1e4f4f01210cbdc /media-gfx | |
parent | initial release (diff) | |
download | historical-0c7dfbcdce4666132fa15b245792cce47aabedd2.tar.gz historical-0c7dfbcdce4666132fa15b245792cce47aabedd2.tar.bz2 historical-0c7dfbcdce4666132fa15b245792cce47aabedd2.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" |