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 ffaf9d8d99ff9..86a3d50ede4f6 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