diff options
Diffstat (limited to 'dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild')
-rw-r--r-- | dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild index beda807e3721..1b2614d00d58 100644 --- a/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild +++ b/dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild @@ -19,9 +19,13 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~x86-macos" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-vcs/mercurial +" RDEPEND="${DEPEND} - dev-vcs/subversion[${PYTHON_USEDEP}]" + dev-vcs/subversion[${PYTHON_USEDEP}] +" pkg_setup() { python-single-r1_pkg_setup |