From c47679dbc328ae7cc7621a121d63723255931d1b Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Wed, 11 Dec 2019 15:41:34 -0800 Subject: [PATCH] dev-util/bcc-0.12.0-r1: Revbump, works with older linux-headers Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Patrick McLean --- .../{bcc-0.12.0.ebuild => bcc-0.12.0-r1.ebuild} | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) rename dev-util/bcc/{bcc-0.12.0.ebuild => bcc-0.12.0-r1.ebuild} (94%) diff --git a/dev-util/bcc/bcc-0.12.0.ebuild b/dev-util/bcc/bcc-0.12.0-r1.ebuild similarity index 94% rename from dev-util/bcc/bcc-0.12.0.ebuild rename to dev-util/bcc/bcc-0.12.0-r1.ebuild index 8cb390307d2a..cb592d045bd2 100644 --- a/dev-util/bcc/bcc-0.12.0.ebuild +++ b/dev-util/bcc/bcc-0.12.0-r1.ebuild @@ -24,12 +24,14 @@ KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+luajit test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND=">=sys-kernel/linux-headers-4.18 +RDEPEND=" + >=sys-kernel/linux-headers-4.14 >=dev-libs/elfutils-0.166:= sys-devel/clang:= >=sys-devel/llvm-3.7.1:=[llvm_targets_BPF(+)] luajit? ( dev-lang/luajit ) - ${PYTHON_DEPS}" + ${PYTHON_DEPS} +" DEPEND="${RDEPEND} test? ( || ( @@ -38,9 +40,12 @@ DEPEND="${RDEPEND} ) net-analyzer/netperf net-misc/iperf:* - )" -BDEPEND="dev-util/cmake - virtual/pkgconfig" + ) +" +BDEPEND=" + dev-util/cmake + virtual/pkgconfig +" S=${WORKDIR}/${PN}-${EGIT_COMMIT#v} -- 2.26.2