diff options
Diffstat (limited to 'dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild')
-rw-r--r-- | dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild index 312d5b791e98..60a39b304cf5 100644 --- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild +++ b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,11 +15,12 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -DEPEND="" -RDEPEND="dev-vcs/git - dev-vcs/mercurial - ${PYTHON_DEPS}" +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + dev-vcs/git + dev-vcs/mercurial" src_prepare() { default |