diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2019-12-11 15:41:34 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2019-12-11 15:41:55 -0800 |
commit | c47679dbc328ae7cc7621a121d63723255931d1b (patch) | |
tree | 700f9ee53abc06b415451fb65f07e54062b7917a /dev-util | |
parent | app-emulation/aranym: Fix USE=clipboard dependencies (diff) | |
download | gentoo-c47679dbc328ae7cc7621a121d63723255931d1b.tar.gz gentoo-c47679dbc328ae7cc7621a121d63723255931d1b.tar.bz2 gentoo-c47679dbc328ae7cc7621a121d63723255931d1b.zip |
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 <chutzpah@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bcc/bcc-0.12.0-r1.ebuild (renamed from dev-util/bcc/bcc-0.12.0.ebuild) | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/bcc/bcc-0.12.0.ebuild b/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} |