From: Craig Andrews Date: Fri, 21 Feb 2020 14:41:58 +0000 (-0500) Subject: net-analyzer/netdata: Remove no-op --enable-ebpf X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9eb14332dc36a88ce79e5618d349ca3ac5774507;p=gentoo.git 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 --- diff --git a/net-analyzer/netdata/netdata-1.20.0.ebuild b/net-analyzer/netdata/netdata-1.20.0.ebuild index b363a712ee42..2e1eb0f4a276 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 b363a712ee42..2e1eb0f4a276 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) \