diff options
-rw-r--r-- | x11-libs/cairo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.2.6.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 40980a4ea4f0..8fade3f80a83 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,11 @@ # 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.90 2006/12/01 18:40:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.91 2006/12/07 03:21:33 cardoe Exp $ + + 07 Dec 2006; Doug Goldstein <cardoe@gentoo.org> cairo-1.2.6.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..) 01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> cairo-1.2.4.ebuild: Stable on hppa wrt #155544 diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild index c0aaba72343a..72152b038dff 100644 --- a/x11-libs/cairo/cairo-1.2.6.ebuild +++ b/x11-libs/cairo/cairo-1.2.6.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.6.ebuild,v 1.2 2006/11/18 07:02:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.3 2006/12/07 03:21:33 cardoe Exp $ inherit eutils flag-o-matic debug @@ -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" @@ -42,7 +42,7 @@ src_compile() { append-flags -finline-limit=1200 econf $(use_enable X xlib) $(use_enable doc gtk-doc) $(use_enable directfb) \ - $(use_enable debug) $(use_enable svg) $(use_enable pdf) \ + $(use_enable debug) $(use_enable svg) --enable-pdf \ $(use_enable glitz) --enable-png --enable-freetype --enable-ps \ || die "configure failed" |