commit: d568fe41a9c30ef30781d57eba998c80bd5cf62d
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 2 22:02:59 2021 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Dec 2 22:02:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d568fe41
dev-util/bcc: Revbump, relax linux-headers dep
Recent fixes to the libbpf stuff make this no longer important.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-util/bcc/{bcc-0.23.0-r2.ebuild => bcc-0.23.0-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/bcc/bcc-0.23.0-r2.ebuild
b/dev-util/bcc/bcc-0.23.0-r3.ebuild
similarity index 98%
rename from dev-util/bcc/bcc-0.23.0-r2.ebuild
rename to dev-util/bcc/bcc-0.23.0-r3.ebuild
index d66f44f767de..dc810e641127 100644
--- a/dev-util/bcc/bcc-0.23.0-r2.ebuild
+++ b/dev-util/bcc/bcc-0.23.0-r3.ebuild
@@ -25,7 +25,7 @@ RESTRICT="test"
RDEPEND="
>=dev-libs/elfutils-0.166:=
>=dev-libs/libbpf-0.5.0:=[static-libs(-)]
- >=sys-kernel/linux-headers-5.13
+ sys-kernel/linux-headers
<sys-devel/clang-$((${LLVM_MAX_SLOT} + 1)):=
<sys-devel/llvm-$((${LLVM_MAX_SLOT} + 1)):=[llvm_targets_BPF(+)]
${PYTHON_DEPS}