commit:     addfeb2bf9e7b3096192ff92d0a364244a730786
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:22:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:47:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=addfeb2b

dev-util/repo: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/repo/repo-1.12.37.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/repo/repo-1.12.37.ebuild 
b/dev-util/repo/repo-1.12.37.ebuild
index 342f37a1b35..bfa9d013ff7 100644
--- a/dev-util/repo/repo-1.12.37.ebuild
+++ b/dev-util/repo/repo-1.12.37.ebuild
@@ -15,8 +15,12 @@ 
SRC_URI="https://android.googlesource.com/tools/repo/+archive/v${PV}.tar.gz";
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-S="$WORKDIR"
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"
 
 src_install() {
        python_foreach_impl python_fix_shebang ./repo

Reply via email to