summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"