commit: df53b0c7cb0d77a3534a9a019f4eaf59483461e3
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 17:08:18 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 17:33:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df53b0c7
dev-util/bcc: 0.24.0-r1 drop py3.7, add LLVM 14 support
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-util/bcc/{bcc-0.24.0.ebuild => bcc-0.24.0-r1.ebuild} | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-util/bcc/bcc-0.24.0.ebuild b/dev-util/bcc/bcc-0.24.0-r1.ebuild
similarity index 94%
rename from dev-util/bcc/bcc-0.24.0.ebuild
rename to dev-util/bcc/bcc-0.24.0-r1.ebuild
index ffaf9d8d99ff..86a3d50ede4f 100644
--- a/dev-util/bcc/bcc-0.24.0.ebuild
+++ b/dev-util/bcc/bcc-0.24.0-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
LUA_COMPAT=( luajit )
-PYTHON_COMPAT=( python3_{7..10} )
-LLVM_MAX_SLOT=13
+PYTHON_COMPAT=( python3_{8..10} )
+LLVM_MAX_SLOT=14
-inherit cmake eapi8-dosym linux-info llvm lua-single python-r1 toolchain-funcs
+inherit cmake linux-info llvm lua-single python-r1 toolchain-funcs
DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring,
and more"
HOMEPAGE="https://iovisor.github.io/bcc/"
@@ -126,7 +126,7 @@ src_install() {
[[ ! -x ${tool} && ! -L ${tool} || -d ${tool} ]] && continue
name=${tool##*/}
[[ -n ${rename_tools[${name}]} ]] && name=bcc-${name}
- dosym8 -r "${tool#${ED}}" /usr/sbin/${name}
+ dosym -r "${tool#${ED}}" /usr/sbin/${name}
done
docompress /usr/share/${PN}/man