From: Patrick McLean Date: Wed, 11 Dec 2019 23:41:34 +0000 (-0800) Subject: dev-util/bcc-0.12.0-r1: Revbump, works with older linux-headers X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c47679dbc328ae7cc7621a121d63723255931d1b;p=gentoo.git 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 --- 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}