Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Sat, 01 Oct 2016 13:06:07
Message-Id: 1475327155.a1ebfdd0630d495aa9f201dda3819493f309552b.mgorny@gentoo
1 commit: a1ebfdd0630d495aa9f201dda3819493f309552b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 08:19:38 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 13:05:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ebfdd0
7
8 dev-util/bcc: Update deps for LLVM_TARGETS=BPF
9
10 dev-util/bcc/bcc-0.1.8-r2.ebuild | 2 +-
11 dev-util/bcc/bcc-0.2.0.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-util/bcc/bcc-0.1.8-r2.ebuild b/dev-util/bcc/bcc-0.1.8-r2.ebuild
15 index 1b2707d..5af88a6 100644
16 --- a/dev-util/bcc/bcc-0.1.8-r2.ebuild
17 +++ b/dev-util/bcc/bcc-0.1.8-r2.ebuild
18 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
19 IUSE=""
20 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
21
22 -RDEPEND=">=sys-devel/llvm-3.7:=
23 +RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
24 sys-devel/clang
25 ${PYTHON_DEPS}"
26 DEPEND="${RDEPEND}"
27
28 diff --git a/dev-util/bcc/bcc-0.2.0.ebuild b/dev-util/bcc/bcc-0.2.0.ebuild
29 index 682f75e..11d588b 100644
30 --- a/dev-util/bcc/bcc-0.2.0.ebuild
31 +++ b/dev-util/bcc/bcc-0.2.0.ebuild
32 @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
33 IUSE=""
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
36 -RDEPEND=">=sys-devel/llvm-3.7:=
37 +RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
38 sys-devel/clang
39 ${PYTHON_DEPS}"
40 DEPEND="${RDEPEND}"