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 12988138350 for ; Fri, 21 Feb 2020 15:08:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41E69E092C; Fri, 21 Feb 2020 15:08:29 +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 1FDBFE092C for ; Fri, 21 Feb 2020 15:08:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C19DB34EEEF for ; Fri, 21 Feb 2020 15:08:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C5B3116 for ; Fri, 21 Feb 2020 15:08:25 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1582297697.9eb14332dc36a88ce79e5618d349ca3ac5774507.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-1.20.0.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 9eb14332dc36a88ce79e5618d349ca3ac5774507 X-VCS-Branch: master Date: Fri, 21 Feb 2020 15:08:25 +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: c6bffd5a-29d2-4083-b148-b6cb74a9846a X-Archives-Hash: 64cc47d18fcafc10cd580a1ff77128fc commit: 9eb14332dc36a88ce79e5618d349ca3ac5774507 Author: Craig Andrews gentoo org> AuthorDate: Fri Feb 21 14:41:58 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Feb 21 15:08:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb14332 net-analyzer/netdata: Remove no-op --enable-ebpf Enabling ebpf is actually much more involved Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/netdata-1.20.0.ebuild | 1 - net-analyzer/netdata/netdata-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/net-analyzer/netdata/netdata-1.20.0.ebuild b/net-analyzer/netdata/netdata-1.20.0.ebuild index b363a712ee4..2e1eb0f4a27 100644 --- a/net-analyzer/netdata/netdata-1.20.0.ebuild +++ b/net-analyzer/netdata/netdata-1.20.0.ebuild @@ -97,7 +97,6 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ - --enable-ebpf \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index b363a712ee4..2e1eb0f4a27 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -97,7 +97,6 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ - --enable-ebpf \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \