# 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..)
# 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
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"
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"