From: Richard Yao Date: Mon, 28 May 2018 20:39:02 +0000 (-0400) Subject: dev-util/bcc: Fix bug #656796 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa51f683002260b1d2d566a210ff76817ee92873;p=gentoo.git 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 --- diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild index 5d2f3e496eac..a37a5992ad07 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 }