Removing pdf USE flag since it doesn't have any depends anymore and Andrea Barisani...
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 7 Dec 2006 03:30:17 +0000 (03:30 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Thu, 7 Dec 2006 03:30:17 +0000 (03:30 +0000)
Package-Manager: portage-2.1.2_rc2-r5

x11-libs/cairo/ChangeLog
x11-libs/cairo/cairo-1.2.4.ebuild

index 8fade3f80a839dc251d83ac29de9bf93ee166850..2a3b934351ec04bb4c3afc37fc11ef6872c65635 100644 (file)
@@ -1,8 +1,9 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.91 2006/12/07 03:21:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.92 2006/12/07 03:30:17 cardoe Exp $
 
-  07 Dec 2006; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.6.ebuild:
+  07 Dec 2006; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.4.ebuild,
+  cairo-1.2.6.ebuild, -cairo-1.2.2.ebuild:
   Removing pdf USE flag since it doesn't have any depends anymore and Andrea
   Barisani <lcars@gentoo.org> is nagging me in email. (Even though he doesn't
   help me with LDAP.. but I help him with this..)
index f5e92e5ca68906b0d6db1ae4ec15be2286801302..b90838660c37639cbba609e85dc00f14394e0430 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.4.ebuild,v 1.10 2006/12/01 18:40:37 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.4.ebuild,v 1.11 2006/12/07 03:30:17 cardoe Exp $
 
 inherit eutils flag-o-matic
 
@@ -11,7 +11,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="directfb doc glitz pdf png svg X"
+IUSE="directfb doc glitz png svg X"
 
 # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it
 RESTRICT="test"
@@ -47,7 +47,7 @@ src_compile() {
        append-flags -finline-limit=1200
 
        econf $(use_enable X xlib) $(use_enable doc gtk-doc) $(use_enable directfb) \
-                 $(use_enable svg) $(use_enable pdf) \
+                 $(use_enable svg) --enable-pdf \
                  $(use_enable glitz) --enable-png --enable-freetype --enable-ps \
                  || die "configure failed"