diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:40:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:48:09 +0200 |
commit | 5294d58efc390bec729a95702dc3872a07435d13 (patch) | |
tree | b2e5092be28196a15d2fa03dd4d11fd9df6ed459 /dev-vcs/hg-fast-export | |
parent | dev-vcs/gitstats: [QA] Add missing python metadata variables (diff) | |
download | gentoo-5294d58efc390bec729a95702dc3872a07435d13.tar.gz gentoo-5294d58efc390bec729a95702dc3872a07435d13.tar.bz2 gentoo-5294d58efc390bec729a95702dc3872a07435d13.zip |
dev-vcs/hg-fast-export: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/hg-fast-export')
-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 |