summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-11-30 16:58:29 +0000
committerMichał Górny <mgorny@gentoo.org>2014-11-30 16:58:29 +0000
commita7180912a2ff20410f77de8cf0f074b14aa4a422 (patch)
tree53f44de229efba02e509c7efd2a2fbcc91edbeb5 /dev-python/rdflib/rdflib-4.1.2.ebuild
parentMask sys-devel/gcc[gcj] since the multilib deps are broken for a long time wi... (diff)
downloadgentoo-2-a7180912a2ff20410f77de8cf0f074b14aa4a422.tar.gz
gentoo-2-a7180912a2ff20410f77de8cf0f074b14aa4a422.tar.bz2
gentoo-2-a7180912a2ff20410f77de8cf0f074b14aa4a422.zip
Add missing PYTHON_USEDEPs.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/rdflib/rdflib-4.1.2.ebuild')
-rw-r--r--dev-python/rdflib/rdflib-4.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rdflib/rdflib-4.1.2.ebuild b/dev-python/rdflib/rdflib-4.1.2.ebuild
index 619378bec034..e4cdb806f178 100644
--- a/dev-python/rdflib/rdflib-4.1.2.ebuild
+++ b/dev-python/rdflib/rdflib-4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.7 2014/11/20 16:59:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rdflib/rdflib-4.1.2.ebuild,v 1.8 2014/11/30 16:58:29 mgorny Exp $
EAPI=5
@@ -27,7 +27,7 @@ RDEPEND="
dev-python/pyparsing[${PYTHON_USEDEP}]
berkdb? ( dev-python/bsddb3[${PYTHON_USEDEP}] )
mysql? ( dev-python/mysql-python[$(python_gen_usedep 'python2*')] )
- redland? ( dev-libs/redland-bindings[python] )"
+ redland? ( dev-libs/redland-bindings[python,$(python_gen_usedep 'python2*')] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/sparql-wrapper[${PYTHON_USEDEP}]