From 9a44afde9243b5535281135ed42374feca3ffadf Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 3 Apr 2016 14:12:21 +0200 Subject: dev-vcs/hgsvn: mercurial is needed (#577698 by Toralf Förster) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: portage-2.2.28 --- dev-vcs/hgsvn/hgsvn-0.2.3-r1.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-vcs') 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 -- cgit v1.2.3-65-gdbad