summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-30 13:50:50 +0000
committerJustin Lecher <jlec@gentoo.org>2013-06-30 13:50:50 +0000
commitf87ce0ae77a18338091542a76be51046fb5a79d4 (patch)
treefed5e3f8568ebf0c0417f9c293568f775fe8703a /dev-python/pycairo/pycairo-1.10.0-r4.ebuild
parentDebundle most of the dependencies (diff)
downloadgentoo-2-f87ce0ae77a18338091542a76be51046fb5a79d4.tar.gz
gentoo-2-f87ce0ae77a18338091542a76be51046fb5a79d4.tar.bz2
gentoo-2-f87ce0ae77a18338091542a76be51046fb5a79d4.zip
dev-python/pycairo: Fix usage of python-r1.eclass
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'dev-python/pycairo/pycairo-1.10.0-r4.ebuild')
-rw-r--r--dev-python/pycairo/pycairo-1.10.0-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/pycairo/pycairo-1.10.0-r4.ebuild b/dev-python/pycairo/pycairo-1.10.0-r4.ebuild
index d42458923006..bc58758f9f5d 100644
--- a/dev-python/pycairo/pycairo-1.10.0-r4.ebuild
+++ b/dev-python/pycairo/pycairo-1.10.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.16 2013/04/10 19:50:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.10.0-r4.ebuild,v 1.17 2013/06/30 13:50:50 jlec Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} python3_{1,2,3} )
@@ -22,8 +22,10 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples +svg test xcb"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
# Note: xpyb is used as the C header, not Python modules
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
>=x11-libs/cairo-1.10.0[svg?,xcb?]
xcb? ( x11-libs/xpyb )
"