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 895A6138359 for ; Tue, 17 Nov 2020 04:50:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80ACAE0933; Tue, 17 Nov 2020 04:50:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66074E0933 for ; Tue, 17 Nov 2020 04:50:01 +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 4A552340D1D for ; Tue, 17 Nov 2020 04:50:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF0B143B for ; Tue, 17 Nov 2020 04:49:58 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1605588591.244f0b0989c66a4718c5df588b09510a1f73843b.chutzpah@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.16.0-r1.ebuild dev-util/bcc/bcc-0.16.0.ebuild dev-util/bcc/bcc-0.17.0.ebuild X-VCS-Directories: dev-util/bcc/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 244f0b0989c66a4718c5df588b09510a1f73843b X-VCS-Branch: master Date: Tue, 17 Nov 2020 04:49:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b027a330-2ba0-41cf-af84-ea73c2a509cb X-Archives-Hash: 1104a62cf7cfaf92cb44894b89d4a9a8 commit: 244f0b0989c66a4718c5df588b09510a1f73843b Author: Patrick McLean sony com> AuthorDate: Tue Nov 17 04:47:44 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Nov 17 04:49:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244f0b09 dev-util/bcc: Fix kernel config name (bug #754660) Closes: https://bugs.gentoo.org/754660 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Patrick McLean gentoo.org> dev-util/bcc/bcc-0.16.0-r1.ebuild | 2 +- dev-util/bcc/bcc-0.16.0.ebuild | 2 +- dev-util/bcc/bcc-0.17.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/bcc/bcc-0.16.0-r1.ebuild b/dev-util/bcc/bcc-0.16.0-r1.ebuild index 55b56ac3dcb..52f59488240 100644 --- a/dev-util/bcc/bcc-0.16.0-r1.ebuild +++ b/dev-util/bcc/bcc-0.16.0-r1.ebuild @@ -53,7 +53,7 @@ RESTRICT="test" pkg_pretend() { local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF - ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL + ~HAVE_BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL ~KPROBES" check_extra_config diff --git a/dev-util/bcc/bcc-0.16.0.ebuild b/dev-util/bcc/bcc-0.16.0.ebuild index e1c3279fc72..ee01512a9a6 100644 --- a/dev-util/bcc/bcc-0.16.0.ebuild +++ b/dev-util/bcc/bcc-0.16.0.ebuild @@ -52,7 +52,7 @@ RESTRICT="test" pkg_pretend() { local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF - ~BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL + ~HAVE_BPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL ~KPROBES" check_extra_config diff --git a/dev-util/bcc/bcc-0.17.0.ebuild b/dev-util/bcc/bcc-0.17.0.ebuild index f2b68b2fd87..29d6cc3139d 100644 --- a/dev-util/bcc/bcc-0.17.0.ebuild +++ b/dev-util/bcc/bcc-0.17.0.ebuild @@ -52,7 +52,7 @@ RESTRICT="test" pkg_pretend() { local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF - ~EBPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL + ~HAVE_EBPF_JIT ~BPF_EVENTS ~DEBUG_INFO ~FUNCTION_TRACER ~KALLSYMS_ALL ~KPROBES" check_extra_config