From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B86FA138330 for ; Mon, 28 May 2018 20:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5F9E07E0; Mon, 28 May 2018 20:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90838E07E0 for ; Mon, 28 May 2018 20:39:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9486335C63 for ; Mon, 28 May 2018 20:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F0CB2A8 for ; Mon, 28 May 2018 20:39:32 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1527539942.aa51f683002260b1d2d566a210ff76817ee92873.ryao@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bcc/bcc-0.5.0_p20171230.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: aa51f683002260b1d2d566a210ff76817ee92873 X-VCS-Branch: master Date: Mon, 28 May 2018 20:39:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 857269a2-4b8c-4890-baf2-c5f321a8772a X-Archives-Hash: 7f3bba669fb7371d0a040e6951edae22 commit: aa51f683002260b1d2d566a210ff76817ee92873 Author: Richard Yao gentoo org> AuthorDate: Mon May 28 20:39:02 2018 +0000 Commit: Richard Yao gentoo 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 }