diff options
author | 2016-10-01 10:19:38 +0200 | |
---|---|---|
committer | 2016-10-01 15:05:55 +0200 | |
commit | a1ebfdd0630d495aa9f201dda3819493f309552b (patch) | |
tree | 8c75beafdfc88daa9da57c90ce9f7bd1595cbb20 /dev-util/bcc/bcc-0.1.8-r2.ebuild | |
parent | sys-devel/llvm: Backport uncond wrapper install to 3.9.0 (diff) | |
download | gentoo-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/bcc-0.1.8-r2.ebuild')
-rw-r--r-- | dev-util/bcc/bcc-0.1.8-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 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}" |