summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2018-05-27 17:38:06 -0400
committerRichard Yao <ryao@gentoo.org>2018-05-27 17:38:06 -0400
commit87c91cd6d862958fde7eb8972d3cdb8104f644ae (patch)
tree67a4e84c10675421304fcbc0fa9cc15b5b5c253b
parentapp-office/libreoffice: Add 6.1 stable branch (diff)
downloadgentoo-87c91cd6.tar.gz
gentoo-87c91cd6.tar.bz2
gentoo-87c91cd6.zip
dev-util/bcc: Add check for CONFIG_FUNCTION_TRACER
zfsdist and likely other tools depend on it for available_filter_functions in tracefs. Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-util/bcc/bcc-0.5.0.ebuild4
-rw-r--r--dev-util/bcc/bcc-0.5.0_p20171230.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/bcc/bcc-0.5.0.ebuild b/dev-util/bcc/bcc-0.5.0.ebuild
index 0e8e32826953..1db368fe4443 100644
--- a/dev-util/bcc/bcc-0.5.0.ebuild
+++ b/dev-util/bcc/bcc-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -28,7 +28,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
pkg_pretend() {
local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
- ~BPF_JIT ~BPF_EVENTS"
+ ~BPF_JIT ~BPF_EVENTS ~FUNCTION_TRACER."
check_extra_config
}
diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
index 5062f45dfd85..14ba36443f1c 100644
--- a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
+++ b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
@@ -28,7 +28,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
pkg_pretend() {
local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
- ~BPF_JIT ~BPF_EVENTS"
+ ~BPF_JIT ~BPF_EVENTS ~FUNCTION_TRACER."
check_extra_config
}