summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-04-20 22:20:14 +0200
committerDavid Seifert <soap@gentoo.org>2017-04-20 22:47:23 +0200
commit918b567b1c71487eb002190f690cc0fe6ab7642c (patch)
treea663cf67cc1053e5e96bdf404d739db715188875 /dev-util/perf/perf-3.12.ebuild
parentdev-util/molecule-plugins: [QA] Add missing python metadata variables (diff)
downloadgentoo-918b567b1c71487eb002190f690cc0fe6ab7642c.tar.gz
gentoo-918b567b1c71487eb002190f690cc0fe6ab7642c.tar.bz2
gentoo-918b567b1c71487eb002190f690cc0fe6ab7642c.zip
dev-util/perf: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-util/perf/perf-3.12.ebuild')
-rw-r--r--dev-util/perf/perf-3.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/perf/perf-3.12.ebuild b/dev-util/perf/perf-3.12.ebuild
index 7e3b25854f54..9b930d58dece 100644
--- a/dev-util/perf/perf-3.12.ebuild
+++ b/dev-util/perf/perf-3.12.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -41,6 +41,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="audit? ( sys-process/audit )
demangle? ( sys-devel/binutils )
perl? ( dev-lang/perl )
+ python? ( ${PYTHON_DEPS} )
slang? ( dev-libs/newt )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
@@ -53,8 +54,7 @@ DEPEND="${RDEPEND}
app-text/sgml-common
app-text/xmlto
sys-process/time
- )
- python? ( ${PYTHON_DEPS} )"
+ )"
S_K="${WORKDIR}/linux-${LINUX_VER}"
S="${S_K}/tools/perf"