Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/
Date: Mon, 28 May 2018 20:39:37
Message-Id: 1527539942.aa51f683002260b1d2d566a210ff76817ee92873.ryao@gentoo
1 commit: aa51f683002260b1d2d566a210ff76817ee92873
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 20:39:02 2018 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 20:39:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51f683
7
8 dev-util/bcc: Fix bug #656796
9
10 Bug: https://bugs.gentoo.org/656796
11 Closes: https://bugs.gentoo.org/656796
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 dev-util/bcc/bcc-0.5.0_p20171230.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
18 index 5d2f3e496ea..a37a5992ad0 100644
19 --- a/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
20 +++ b/dev-util/bcc/bcc-0.5.0_p20171230.ebuild
21 @@ -28,7 +28,7 @@ S=${WORKDIR}/${PN}-${EGIT_COMMIT#v}
22
23 pkg_pretend() {
24 local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF
25 - ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL."
26 + ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL"
27
28 check_extra_config
29 }