summaryrefslogtreecommitdiff
path: root/dev-vcs
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2016-05-13 13:06:57 +0200
committerDirkjan Ochtman <djc@gentoo.org>2016-05-13 13:06:57 +0200
commit57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f (patch)
tree8868119653c66f604fcc5c20d899f64fa148e3b3 /dev-vcs
parentf86ec5e44e3af60d1e8e013484e2a36fbfa96574 (diff)
downloadgentoo-57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f.tar.gz
gentoo-57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f.tar.xz
dev-vcs/hgsubversion: fix PYTHON_USEDEP use for subversion dep
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/hgsubversion/hgsubversion-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild
index 9f901ad6727..c800b430cd7 100644
--- a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild
+++ b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="test"
RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}]
|| (
dev-python/subvertpy[${PYTHON_USEDEP}]
- >=dev-vcs/subversion-1.5[python]
+ >=dev-vcs/subversion-1.5[${PYTHON_USEDEP}]
)"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"