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 7540913835A for ; Mon, 11 May 2020 15:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0662E0867; Mon, 11 May 2020 15:04:38 +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 877C7E0867 for ; Mon, 11 May 2020 15:04:38 +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 8D6E634FA74 for ; Mon, 11 May 2020 15:04:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD4A259 for ; Mon, 11 May 2020 14:26:18 +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: <1589207173.0521c7e831f3ee976bd81a1942a766ae8d33db49.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-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 0521c7e831f3ee976bd81a1942a766ae8d33db49 X-VCS-Branch: master Date: Mon, 11 May 2020 14:26:18 +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: 69a15fc7-fafa-4bef-8c5e-6210f2002859 X-Archives-Hash: f77573cca2061e64a8f9bff89c00c9e1 commit: 0521c7e831f3ee976bd81a1942a766ae8d33db49 Author: Craig Andrews gentoo org> AuthorDate: Mon May 11 14:22:55 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon May 11 14:26:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0521c7e8 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 gentoo.org> net-analyzer/netdata/netdata-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 7d7a959dc6c..2682b937ff4 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) \