Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Thu, 21 Oct 2021 04:16:33
Message-Id: 1634789775.947035ae921b5ca1c79cf92bb3d20e193cc13de2.sam@gentoo
1 commit: 947035ae921b5ca1c79cf92bb3d20e193cc13de2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 21 04:16:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 21 04:16:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947035ae
7
8 dev-util/bcc: increase linux-headers dependency
9
10 Closes: https://bugs.gentoo.org/814644
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-util/bcc/bcc-0.22.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/bcc/bcc-0.22.0.ebuild b/dev-util/bcc/bcc-0.22.0.ebuild
17 index 7e7f541d74c..d3f591ee94f 100644
18 --- a/dev-util/bcc/bcc-0.22.0.ebuild
19 +++ b/dev-util/bcc/bcc-0.22.0.ebuild
20 @@ -26,7 +26,7 @@ RDEPEND="
21 ~dev-libs/libbpf-9999
22 )
23 dev-libs/libbpf:=[static-libs(-)]
24 - >=sys-kernel/linux-headers-4.14
25 + >=sys-kernel/linux-headers-5.13
26 >=dev-libs/elfutils-0.166:=
27 <=sys-devel/clang-13:=
28 <=sys-devel/llvm-13:=[llvm_targets_BPF(+)]