diff options
Diffstat (limited to 'media-gfx/gimp-print/gimp-print-4.3.18.ebuild')
-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 6193c39d5c90..48219972d2cd 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.4 2003/07/20 18:48:33 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-4.3.18.ebuild,v 1.5 2003/07/21 12:21:11 lanius Exp $ IUSE="nls gtk readline cups foomaticdb ppds" @@ -46,7 +46,7 @@ src_compile() { myconf="${myconf} --without-cups" fi - if [ `use ppds` -a `use ppds` ]; then + if [ "`use cups`" -a "`use ppds`" ]; then myconf="${myconf} --enable-cups-ppds" else myconf="${myconf} --disable-cups-ppds" |