From 60eed76853ace00c133366799872b2e9611e9485 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Wed, 11 Mar 2020 20:04:18 -0700 Subject: [PATCH] dev-util/bcc: LLVM_MAX_SLOT=9 (bug 711790) Closes: https://bugs.gentoo.org/711790 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Zac Medico --- dev-util/bcc/bcc-0.13.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-util/bcc/bcc-0.13.0.ebuild b/dev-util/bcc/bcc-0.13.0.ebuild index 8ff7d3262f47..748cd29f46e9 100644 --- a/dev-util/bcc/bcc-0.13.0.ebuild +++ b/dev-util/bcc/bcc-0.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake-utils linux-info python-single-r1 +inherit cmake-utils linux-info llvm python-single-r1 EGIT_COMMIT="v${PV}" LIBBPF_VER="0.0.7" @@ -27,8 +27,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=sys-kernel/linux-headers-4.14 >=dev-libs/elfutils-0.166:= - sys-devel/clang:= - >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] +