From aa93c2c287ece23694cea83d0367984fb7e17834 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 22:10:44 +0200 Subject: [PATCH] dev-util/gprof2dot: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild index 18b3edde7ae50..f52ea1d64fb6d 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 }