Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Thu, 12 Mar 2020 03:06:41
Message-Id: 1583982383.60eed76853ace00c133366799872b2e9611e9485.zmedico@gentoo
1 commit: 60eed76853ace00c133366799872b2e9611e9485
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 03:04:18 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 03:06:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60eed768
7
8 dev-util/bcc: LLVM_MAX_SLOT=9 (bug 711790)
9
10 Closes: https://bugs.gentoo.org/711790
11 Package-Manager: Portage-2.3.93, Repoman-2.3.20
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-util/bcc/bcc-0.13.0.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-util/bcc/bcc-0.13.0.ebuild b/dev-util/bcc/bcc-0.13.0.ebuild
18 index 8ff7d3262f4..748cd29f46e 100644
19 --- a/dev-util/bcc/bcc-0.13.0.ebuild
20 +++ b/dev-util/bcc/bcc-0.13.0.ebuild
21 @@ -5,7 +5,7 @@ EAPI=7
22
23 PYTHON_COMPAT=( python3_{6,7,8} )
24
25 -inherit cmake-utils linux-info python-single-r1
26 +inherit cmake-utils linux-info llvm python-single-r1
27
28 EGIT_COMMIT="v${PV}"
29 LIBBPF_VER="0.0.7"
30 @@ -27,8 +27,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31 RDEPEND="
32 >=sys-kernel/linux-headers-4.14
33 >=dev-libs/elfutils-0.166:=
34 - sys-devel/clang:=
35 - >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)]
36 + <sys-devel/clang-10:=
37 + <sys-devel/llvm-10:=[llvm_targets_BPF(+)]
38 luajit? ( dev-lang/luajit )
39 ${PYTHON_DEPS}
40 "
41 @@ -65,6 +65,7 @@ pkg_pretend() {
42 }
43
44 pkg_setup() {
45 + LLVM_MAX_SLOT=9 llvm_pkg_setup
46 python-single-r1_pkg_setup
47 }