summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:24:17 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:24:17 +0000
commit3507b84b9e223e976c7b66dbfc92bcecb369084a (patch)
treeae864ef0351c63d3fb901727c7d3a092e4a7305e /dev-python/pycairo
parentFix dependencies (bug #265936). (diff)
downloadgentoo-2-3507b84b9e223e976c7b66dbfc92bcecb369084a.tar.gz
gentoo-2-3507b84b9e223e976c7b66dbfc92bcecb369084a.tar.bz2
gentoo-2-3507b84b9e223e976c7b66dbfc92bcecb369084a.zip
Add "svg" USE flag (bug #269682).
(Portage version: 14221-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycairo')
-rw-r--r--dev-python/pycairo/ChangeLog6
-rw-r--r--dev-python/pycairo/pycairo-1.8.8.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/pycairo/ChangeLog b/dev-python/pycairo/ChangeLog
index 19a363fceaa0..7a83098b0a3f 100644
--- a/dev-python/pycairo/ChangeLog
+++ b/dev-python/pycairo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pycairo
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.71 2009/08/29 01:13:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/ChangeLog,v 1.72 2009/09/10 03:24:17 arfrever Exp $
+
+ 10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pycairo-1.8.8.ebuild:
+ Add "svg" USE flag (bug #269682).
*pycairo-1.8.8 (29 Aug 2009)
diff --git a/dev-python/pycairo/pycairo-1.8.8.ebuild b/dev-python/pycairo/pycairo-1.8.8.ebuild
index 94dabc8923ea..78a415fed001 100644
--- a/dev-python/pycairo/pycairo-1.8.8.ebuild
+++ b/dev-python/pycairo/pycairo-1.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.1 2009/08/29 01:13:12 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.8.8.ebuild,v 1.2 2009/09/10 03:24:17 arfrever Exp $
EAPI="2"
@@ -16,9 +16,9 @@ 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 ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc examples"
+IUSE="doc examples +svg"
-RDEPEND=">=x11-libs/cairo-1.8.8"
+RDEPEND=">=x11-libs/cairo-1.8.8[svg=]"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( dev-python/sphinx )"