diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre131024.ebuild | 7 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-9999.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild b/dev-vcs/gitstats/gitstats-0_pre131024.ebuild index a44cae62ed4f..ec6665528e09 100644 --- a/dev-vcs/gitstats/gitstats-0_pre131024.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre131024.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=5 @@ -15,11 +15,12 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=" +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} sci-visualization/gnuplot[gd] dev-vcs/git" -DEPEND="" src_prepare() { sed \ diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild index 2f6ee78bb11d..e63cc6b21ddb 100644 --- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre20151223.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 @@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/" LICENSE="|| ( GPL-2 GPL-3 ) MIT" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} sci-visualization/gnuplot[gd] dev-vcs/git" DEPEND=" + ${PYTHON_DEPS} dev-lang/perl:* " diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild index 2eca34930f43..4b2a6daadcfe 100644 --- a/dev-vcs/gitstats/gitstats-9999.ebuild +++ b/dev-vcs/gitstats/gitstats-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 @@ -24,11 +24,14 @@ HOMEPAGE="http://gitstats.sourceforge.net/" LICENSE="|| ( GPL-2 GPL-3 ) MIT" SLOT="0" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" + ${PYTHON_DEPS} sci-visualization/gnuplot[gd] dev-vcs/git" DEPEND=" + ${PYTHON_DEPS} dev-lang/perl:* " |