Skip to content

Commit

Permalink
dev-util/perf: fix dep on libbfd
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
zx2c4 committed Jun 2, 2017
1 parent cc61be5 commit ccf5bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-util/perf/perf-4.9.13.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand All @@ -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
Expand Down

0 comments on commit ccf5bff

Please sign in to comment.