summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 22:29:55 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:47:51 +0200
commit4fee7f80dd875d2222380769c240039a4190894d (patch)
treecb25eccd7234195c1cd23ec82035c24a1cee7450 /dev-vcs/git-bz
parentdev-util/waf: [QA] Add missing python metadata variables (diff)
downloadgentoo-4fee7f80dd875d2222380769c240039a4190894d.tar.gz
gentoo-4fee7f80dd875d2222380769c240039a4190894d.tar.bz2
gentoo-4fee7f80dd875d2222380769c240039a4190894d.zip
dev-vcs/git-bz: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/git-bz')
-rw-r--r--dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild7
-rw-r--r--dev-vcs/git-bz/git-bz-9999.ebuild7
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 dea40a4d4c13..6144bc14c8af 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 0a0090c354b1..c8f2c69685ef 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"