summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-12-07 03:30:17 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-12-07 03:30:17 +0000
commitb6cb1c2686b013c75018a026aad86051f30b06c6 (patch)
tree3f4897d8b1db8fa227fcfb1e5ac53e26f0bf3155 /x11-libs
parentAdd sys-apps/dbus to *DEPEND. (diff)
downloadgentoo-2-b6cb1c2686b013c75018a026aad86051f30b06c6.tar.gz
gentoo-2-b6cb1c2686b013c75018a026aad86051f30b06c6.tar.bz2
gentoo-2-b6cb1c2686b013c75018a026aad86051f30b06c6.zip
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..)
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/ChangeLog5
-rw-r--r--x11-libs/cairo/cairo-1.2.4.ebuild6
2 files changed, 6 insertions, 5 deletions
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 <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..)
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"