From: Doug Goldstein Date: Thu, 7 Dec 2006 03:30:17 +0000 (+0000) Subject: Removing pdf USE flag since it doesn't have any depends anymore and Andrea Barisani... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87eadd9fa0ef584f7513db165417bf20ae04c099;p=gentoo.git Removing pdf USE flag since it doesn't have any depends anymore and Andrea Barisani is nagging me in email. (Even though he doesn't help me with LDAP.. but I help him with this..) Package-Manager: portage-2.1.2_rc2-r5 --- diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 8fade3f80a83..2a3b934351ec 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -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 cairo-1.2.6.ebuild: + 07 Dec 2006; Doug Goldstein 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 is nagging me in email. (Even though he doesn't help me with LDAP.. but I help him with this..) diff --git a/x11-libs/cairo/cairo-1.2.4.ebuild b/x11-libs/cairo/cairo-1.2.4.ebuild index f5e92e5ca689..b90838660c37 100644 --- a/x11-libs/cairo/cairo-1.2.4.ebuild +++ b/x11-libs/cairo/cairo-1.2.4.ebuild @@ -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"