diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2016-05-13 13:06:57 +0200 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-05-13 13:06:57 +0200 |
commit | 57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f (patch) | |
tree | 8868119653c66f604fcc5c20d899f64fa148e3b3 /dev-vcs | |
parent | dev-vcs/mercurial: stop installing env.d file (fix bug 570922) (diff) | |
download | gentoo-57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f.tar.gz gentoo-57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f.tar.bz2 gentoo-57c6ff86ac0e9236bf18d46568fec0c6ffdf9a5f.zip |
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.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/hgsubversion/hgsubversion-9999.ebuild b/dev-vcs/hgsubversion/hgsubversion-9999.ebuild index 9f901ad67276..c800b430cd74 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}] )" |