diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:29:55 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:47:51 +0200 |
commit | 4fee7f80dd875d2222380769c240039a4190894d (patch) | |
tree | cb25eccd7234195c1cd23ec82035c24a1cee7450 /dev-vcs/git-bz/git-bz-9999.ebuild | |
parent | dev-util/waf: [QA] Add missing python metadata variables (diff) | |
download | gentoo-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/git-bz-9999.ebuild')
-rw-r--r-- | dev-vcs/git-bz/git-bz-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
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" |