diff options
Diffstat (limited to 'dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild')
-rw-r--r-- | dev-vcs/git-bz/git-bz-0.2015.09.08.ebuild | 7 |
1 files changed, 5 insertions, 2 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 |