diff options
author | 2017-04-20 22:39:34 +0200 | |
---|---|---|
committer | 2017-04-20 22:48:03 +0200 | |
commit | b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e (patch) | |
tree | ae35032f42b54c295e376f58102d910f3cbee6a0 /dev-vcs/gitstats/gitstats-0_pre131024.ebuild | |
parent | dev-vcs/git-tools: [QA] Add missing python metadata variables (diff) | |
download | gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.tar.gz gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.tar.bz2 gentoo-b8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e.zip |
dev-vcs/gitstats: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs/gitstats/gitstats-0_pre131024.ebuild')
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre131024.ebuild | 7 |
1 files changed, 4 insertions, 3 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 \ |