summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2018-05-28 16:39:02 -0400
committerRichard Yao <ryao@gentoo.org>2018-05-28 16:39:02 -0400
commitaa51f683002260b1d2d566a210ff76817ee92873 (patch)
tree413c15edd59f9981d76bab77ca2a4e99f4d10ce7 /dev-util/bcc
parentwww-client/opera: Old. (diff)
downloadgentoo-aa51f683002260b1d2d566a210ff76817ee92873.tar.gz
gentoo-aa51f683002260b1d2d566a210ff76817ee92873.tar.bz2
gentoo-aa51f683002260b1d2d566a210ff76817ee92873.zip
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
Diffstat (limited to 'dev-util/bcc')
-rw-r--r--dev-util/bcc/bcc-0.5.0_p20171230.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}