Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Tue, 01 Nov 2016 16:01:46
Message-Id: 1478016092.9910600210a6502962f4f4a3e728819f2d77be1e.zmedico@gentoo
1 commit: 9910600210a6502962f4f4a3e728819f2d77be1e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 15:54:42 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 16:01:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99106002
7
8 dev-util/bcc: add elfutils dep for bug 598617
9
10 Package-Manager: portage-2.3.2
11
12 dev-util/bcc/bcc-0.2.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/bcc/bcc-0.2.0.ebuild b/dev-util/bcc/bcc-0.2.0.ebuild
16 index 11d588b..a63176b 100644
17 --- a/dev-util/bcc/bcc-0.2.0.ebuild
18 +++ b/dev-util/bcc/bcc-0.2.0.ebuild
19 @@ -20,8 +20,9 @@ KEYWORDS="~amd64 ~x86"
20 IUSE=""
21 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
22
23 -RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
24 - sys-devel/clang
25 +RDEPEND="dev-libs/elfutils:=
26 + sys-devel/clang:=
27 + >=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
28 ${PYTHON_DEPS}"
29 DEPEND="${RDEPEND}"
30 S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}