commit:     b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:39:34 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:48:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a5fbb2

dev-vcs/gitstats: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/gitstats/gitstats-0_pre131024.ebuild   | 7 ++++---
 dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 ++++-
 dev-vcs/gitstats/gitstats-9999.ebuild          | 5 ++++-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild 
b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
index a44cae62ed4..ec6665528e0 100644
--- a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre131024.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=5
@@ -15,11 +15,12 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="${DEPEND}
        sci-visualization/gnuplot[gd]
        dev-vcs/git"
-DEPEND=""
 
 src_prepare() {
        sed \

diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild 
b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
index 2f6ee78bb11..e63cc6b21dd 100644
--- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
+++ b/dev-vcs/gitstats/gitstats-0_pre20151223.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
@@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/";
 LICENSE="|| ( GPL-2 GPL-3 ) MIT"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        sci-visualization/gnuplot[gd]
        dev-vcs/git"
 DEPEND="
+       ${PYTHON_DEPS}
        dev-lang/perl:*
 "
 

diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild 
b/dev-vcs/gitstats/gitstats-9999.ebuild
index 2eca34930f4..4b2a6daadcf 100644
--- a/dev-vcs/gitstats/gitstats-9999.ebuild
+++ b/dev-vcs/gitstats/gitstats-9999.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
@@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/";
 LICENSE="|| ( GPL-2 GPL-3 ) MIT"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
+       ${PYTHON_DEPS}
        sci-visualization/gnuplot[gd]
        dev-vcs/git"
 DEPEND="
+       ${PYTHON_DEPS}
        dev-lang/perl:*
 "
 

Reply via email to