summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-10-01 10:19:38 +0200
committerMichał Górny <mgorny@gentoo.org>2016-10-01 15:05:55 +0200
commita1ebfdd0630d495aa9f201dda3819493f309552b (patch)
tree8c75beafdfc88daa9da57c90ce9f7bd1595cbb20 /dev-util/bcc
parentsys-devel/llvm: Backport uncond wrapper install to 3.9.0 (diff)
downloadgentoo-a1ebfdd0630d495aa9f201dda3819493f309552b.tar.gz
gentoo-a1ebfdd0630d495aa9f201dda3819493f309552b.tar.bz2
gentoo-a1ebfdd0630d495aa9f201dda3819493f309552b.zip
dev-util/bcc: Update deps for LLVM_TARGETS=BPF
Diffstat (limited to 'dev-util/bcc')
-rw-r--r--dev-util/bcc/bcc-0.1.8-r2.ebuild2
-rw-r--r--dev-util/bcc/bcc-0.2.0.ebuild2
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 1b2707d08a56..5af88a68f2aa 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 682f75e0ecb4..11d588b9fd81 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}"