diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 22:10:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:46:59 +0200 |
commit | aa93c2c287ece23694cea83d0367984fb7e17834 (patch) | |
tree | 0c021b85cb3618bc41b2e6a565da8524a6a24902 /dev-util/gprof2dot | |
parent | dev-util/dwarves: [QA] Add missing python metadata variables (diff) | |
download | gentoo-aa93c2c287ece23694cea83d0367984fb7e17834.tar.gz gentoo-aa93c2c287ece23694cea83d0367984fb7e17834.tar.bz2 gentoo-aa93c2c287ece23694cea83d0367984fb7e17834.zip |
dev-util/gprof2dot: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/gprof2dot')
-rw-r--r-- | dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index 18b3edde7ae5..f52ea1d64fb6 100644 --- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild +++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.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" @@ -16,12 +16,11 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" - -DEPEND="" -RDEPEND="" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" + src_prepare() { epatch "${FILESDIR}"/${P}-py3-xrange.patch } |