commit: 5294d58efc390bec729a95702dc3872a07435d13
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:40:54 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:48:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5294d58e
dev-vcs/hg-fast-export: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild | 11 ++++++-----
1 file 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 312d5b791e9..60a39b304cf 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