summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2017-06-02 02:16:44 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2017-06-02 02:18:36 +0200
commitccf5bffd903d653336bfd0e57f9dd003868a5c52 (patch)
treee4a4fa6efaef258671c5f79c1c57b6332bf57336 /dev-util/perf/perf-4.9.13.ebuild
parentdev-python/pyldap: fix examples install (diff)
downloadgentoo-ccf5bffd903d653336bfd0e57f9dd003868a5c52.tar.gz
gentoo-ccf5bffd903d653336bfd0e57f9dd003868a5c52.tar.bz2
gentoo-ccf5bffd903d653336bfd0e57f9dd003868a5c52.zip
dev-util/perf: fix dep on libbfd
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/perf/perf-4.9.13.ebuild')
-rw-r--r--dev-util/perf/perf-4.9.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/perf/perf-4.9.13.ebuild b/dev-util/perf/perf-4.9.13.ebuild
index 97f3a8aa355e..99c34d5b4c5b 100644
--- a/dev-util/perf/perf-4.9.13.ebuild
+++ b/dev-util/perf/perf-4.9.13.ebuild
@@ -42,7 +42,7 @@ IUSE="audit debug +demangle +doc gtk numa perl python slang unwind"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="audit? ( sys-process/audit )
- demangle? ( sys-devel/binutils:= )
+ demangle? ( sys-libs/binutils-libs:= )
gtk? ( x11-libs/gtk+:2 )
numa? ( sys-process/numactl )
perl? ( dev-lang/perl )
@@ -51,7 +51,7 @@ RDEPEND="audit? ( sys-process/audit )
unwind? ( sys-libs/libunwind )
dev-libs/elfutils"
DEPEND="${RDEPEND}
- >=sys-kernel/linux-headers-4.4
+ >=sys-kernel/linux-headers-4.9
${LINUX_PATCH+dev-util/patchutils}
sys-devel/bison
sys-devel/flex