summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 22:39:34 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:48:03 +0200
commitb8a5fbb2f08423f4bcf3e7f7b3f1312b0e40a94e (patch)
treeae35032f42b54c295e376f58102d910f3cbee6a0 /dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
parentdev-vcs/git-tools: [QA] Add missing python metadata variables (diff)
downloadgentoo-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_pre20151223.ebuild')
-rw-r--r--dev-vcs/gitstats/gitstats-0_pre20151223.ebuild5
1 files changed, 4 insertions, 1 deletions
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:*
"