# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils linux-info llvm python-single-r1 EGIT_COMMIT="v${PV}" LIBBPF_VER="0.0.9" DESCRIPTION="Tools for BPF-based Linux IO analysis, networking, monitoring, and more" HOMEPAGE="https://iovisor.github.io/bcc/" # This bundles libbpf, I tried to unbundle it, but I am not good enough # with cmake to do it. Patches accepted... SRC_URI="https://github.com/iovisor/bcc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz https://github.com/libbpf/libbpf/archive/v${LIBBPF_VER}.tar.gz -> libbpf-${LIBBPF_VER}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+luajit test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=sys-kernel/linux-headers-4.14 >=dev-libs/elfutils-0.166:=