commit: a1ebfdd0630d495aa9f201dda3819493f309552b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 08:19:38 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 13:05:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ebfdd0
dev-util/bcc: Update deps for LLVM_TARGETS=BPF
dev-util/bcc/bcc-0.1.8-r2.ebuild | 2 +-
dev-util/bcc/bcc-0.2.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/bcc/bcc-0.1.8-r2.ebuild b/dev-util/bcc/bcc-0.1.8-r2.ebuild
index 1b2707d..5af88a6 100644
--- a/dev-util/bcc/bcc-0.1.8-r2.ebuild
+++ b/dev-util/bcc/bcc-0.1.8-r2.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND=">=sys-devel/llvm-3.7:=
+RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
sys-devel/clang
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
diff --git a/dev-util/bcc/bcc-0.2.0.ebuild b/dev-util/bcc/bcc-0.2.0.ebuild
index 682f75e..11d588b 100644
--- a/dev-util/bcc/bcc-0.2.0.ebuild
+++ b/dev-util/bcc/bcc-0.2.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND=">=sys-devel/llvm-3.7:=
+RDEPEND=">=sys-devel/llvm-3.7:=[llvm_targets_BPF(+)]
sys-devel/clang
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"