dev-util/bcc: Fix bug #656796
authorRichard Yao <ryao@gentoo.org>
Mon, 28 May 2018 20:39:02 +0000 (16:39 -0400)
committerRichard Yao <ryao@gentoo.org>
Mon, 28 May 2018 20:39:02 +0000 (16:39 -0400)
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

index 5d2f3e496eacc5e288a76d10c9140743b2aadd38..a37a5992ad07a9b426e742b0adc935715dc46199 100644 (file)
@@ -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
 }