commit:     4fee7f80dd875d2222380769c240039a4190894d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:29:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:47:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fee7f80

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

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 7 +++++--
 dev-vcs/git-bz/git-bz-9999.ebuild         | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild 
b/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
index dea40a4d4c1..6144bc14c8a 100644
--- a/dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild
+++ b/dev-vcs/git-bz/git-bz-0.2015.09.08.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,8 +15,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+       dev-vcs/git
+       ${PYTHON_DEPS}"
 
 src_configure() {
        # custom script

diff --git a/dev-vcs/git-bz/git-bz-9999.ebuild 
b/dev-vcs/git-bz/git-bz-9999.ebuild
index 0a0090c354b..c8f2c69685e 100644
--- a/dev-vcs/git-bz/git-bz-9999.ebuild
+++ b/dev-vcs/git-bz/git-bz-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
@@ -17,8 +17,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="dev-vcs/git"
+RDEPEND="
+       dev-vcs/git
+       ${PYTHON_DEPS}"
 DEPEND="app-text/asciidoc
        app-text/xmlto"
 

Reply via email to