commit: aa51f683002260b1d2d566a210ff76817ee92873 Author: Richard Yao <ryao <AT> gentoo <DOT> org> AuthorDate: Mon May 28 20:39:02 2018 +0000 Commit: Richard Yao <ryao <AT> gentoo <DOT> org> CommitDate: Mon May 28 20:39:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51f683
dev-util/bcc: Fix bug #656796 Bug: https://bugs.gentoo.org/656796 Closes: https://bugs.gentoo.org/656796 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/bcc/bcc-0.5.0_p20171230.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild index 5d2f3e496ea..a37a5992ad0 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 ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL." + ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL" check_extra_config }
