From: Craig Andrews Date: Mon, 11 May 2020 14:22:55 +0000 (-0400) Subject: net-analyzer/netdata: Disable Netdata Cloud X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0521c7e831f3ee976bd81a1942a766ae8d33db49;p=gentoo.git net-analyzer/netdata: Disable Netdata Cloud Bug: https://github.com/netdata/netdata/issues/8961 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews --- diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 7d7a959dc6c5..2682b937ff4a 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -98,6 +98,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ + --disable-cloud \ # https://github.com/netdata/netdata/issues/8961 $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \