diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-07-21 12:21:22 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-07-21 12:21:22 +0000 |
commit | b6bc0775e3482fc45768ea02477701e4083cf2da (patch) | |
tree | 9798b36e97e979a711255ca9fbf94b9d10c74482 /media-gfx/gimp-print | |
parent | Version bump (diff) | |
download | gentoo-2-b6bc0775e3482fc45768ea02477701e4083cf2da.tar.gz gentoo-2-b6bc0775e3482fc45768ea02477701e4083cf2da.tar.bz2 gentoo-2-b6bc0775e3482fc45768ea02477701e4083cf2da.zip |
dep fix
Diffstat (limited to 'media-gfx/gimp-print')
-rw-r--r-- | media-gfx/gimp-print/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/gimp-print/gimp-print-4.3.18.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gimp-print/Manifest b/media-gfx/gimp-print/Manifest index aaf33002804f..088b57bbe84a 100644 --- a/media-gfx/gimp-print/Manifest +++ b/media-gfx/gimp-print/Manifest @@ -2,7 +2,7 @@ MD5 3d7d2030c709f3224a3fbc89199a2946 ChangeLog 3104 MD5 d1c8a9ad85666b4396107f03e0881409 gimp-print-4.2.2.ebuild 1606 MD5 4de5aefbcd4d4099624ebd89efee2d58 gimp-print-4.2.5-r1.ebuild 1753 MD5 f94dae31ddab87b7076573adbb9987f2 gimp-print-4.2.5.ebuild 1603 -MD5 d95b8bd0acaeb6a43fd96a5e1a464620 gimp-print-4.3.18.ebuild 2529 +MD5 d0511a11a3c6c3db33c2be5d6524e34f gimp-print-4.3.18.ebuild 2533 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 3879a976a01d66b7e1e0b44e4611cd8e files/digest-gimp-print-4.2.2 69 MD5 68cc29ffb32d107b59d0ab6407a7613e files/digest-gimp-print-4.2.5 69 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" |