commit: c47679dbc328ae7cc7621a121d63723255931d1b
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Wed Dec 11 23:41:34 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 23:41:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47679db
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 <AT> gentoo.org>
dev-util/bcc/{bcc-0.12.0.ebuild => bcc-0.12.0-r1.ebuild} | 15 ++++++++++-----
1 file 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
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 8cb390307d2..cb592d045bd 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}