summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-07-05 15:16:32 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-07-05 15:16:32 +0000
commit17d88370f9d569bf7c79cb879ef2007486d9ff3e (patch)
tree7bda7219b199f1cddbea8aeae42e4810af60da30 /media-gfx
parentstable for security #55441 (Manifest recommit) (diff)
downloadgentoo-2-17d88370f9d569bf7c79cb879ef2007486d9ff3e.tar.gz
gentoo-2-17d88370f9d569bf7c79cb879ef2007486d9ff3e.tar.bz2
gentoo-2-17d88370f9d569bf7c79cb879ef2007486d9ff3e.zip
disable stp ppds
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild b/media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild
index e8429eca8509..2dda9a3cd8a8 100644
--- a/media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild
+++ b/media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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-5.0.0_beta1.ebuild,v 1.1 2004/07/05 12:20:07 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.0.0_beta1.ebuild,v 1.2 2004/07/05 15:16:32 lanius Exp $
inherit flag-o-matic libtool
@@ -49,11 +49,12 @@ src_compile() {
myconf="${myconf} --without-cups"
fi
- if use cups && use ppds; then
- myconf="${myconf} --enable-cups-ppds"
- else
- myconf="${myconf} --disable-cups-ppds"
- fi
+ # disable for now, it does not work correctly
+ #if use cups && use ppds; then
+ # myconf="${myconf} --enable-cups-ppds --enable-cups-level3-ppds"
+ #else
+ # myconf="${myconf} --disable-cups-ppds"
+ #fi
use foomaticdb \
&& myconf="${myconf} --with-foomatic3" \