commit: aa93c2c287ece23694cea83d0367984fb7e17834
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 20:10:44 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa93c2c2
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 18b3edde7ae..f52ea1d64fb 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
}