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 66BFB1382C5 for ; Wed, 20 May 2020 14:25:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F4ECE08A4; Wed, 20 May 2020 14:25:19 +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 399CDE08A4 for ; Wed, 20 May 2020 14:25:19 +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 D42D534EB8F for ; Wed, 20 May 2020 14:25:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 890A7238 for ; Wed, 20 May 2020 14:25:16 +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: <1589984710.fb0dfdca643076b6f995252da23116f048a58f86.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.22.0-r1.ebuild net-analyzer/netdata/netdata-1.22.1-r1.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: fb0dfdca643076b6f995252da23116f048a58f86 X-VCS-Branch: master Date: Wed, 20 May 2020 14:25:16 +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: bff5ca01-b469-4147-87a6-369ce82f8817 X-Archives-Hash: 718b8a6e3c0826cc616f28cfe117d41b commit: fb0dfdca643076b6f995252da23116f048a58f86 Author: Martin Sekera gmail com> AuthorDate: Wed May 20 11:04:45 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed May 20 14:25:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0dfdca net-analyzer/netdata: fix ebuild ignoring USE An ebuild syntax error (stray comment breaking backslash line continuation) introduced in 0521c7e8 causes ./configure to issue a number of warnings and failes to pass any arguments to it. Closes: https://github.com/gentoo/gentoo/pull/15890 Signed-off-by: Craig Andrews gentoo.org> net-analyzer/netdata/{netdata-9999.ebuild => netdata-1.22.0-r1.ebuild} | 3 ++- net-analyzer/netdata/{netdata-9999.ebuild => netdata-1.22.1-r1.ebuild} | 3 ++- net-analyzer/netdata/netdata-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-1.22.0-r1.ebuild similarity index 97% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.22.0-r1.ebuild index 2682b937ff4..16f4f107827 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.22.0-r1.ebuild @@ -95,10 +95,11 @@ src_prepare() { } src_configure() { + # --disable-cloud: https://github.com/netdata/netdata/issues/8961 econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ - --disable-cloud \ # https://github.com/netdata/netdata/issues/8961 + --disable-cloud \ $(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-1.22.1-r1.ebuild similarity index 97% copy from net-analyzer/netdata/netdata-9999.ebuild copy to net-analyzer/netdata/netdata-1.22.1-r1.ebuild index 2682b937ff4..16f4f107827 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-1.22.1-r1.ebuild @@ -95,10 +95,11 @@ src_prepare() { } src_configure() { + # --disable-cloud: https://github.com/netdata/netdata/issues/8961 econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ - --disable-cloud \ # https://github.com/netdata/netdata/issues/8961 + --disable-cloud \ $(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 2682b937ff4..16f4f107827 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -95,10 +95,11 @@ src_prepare() { } src_configure() { + # --disable-cloud: https://github.com/netdata/netdata/issues/8961 econf \ --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ - --disable-cloud \ # https://github.com/netdata/netdata/issues/8961 + --disable-cloud \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \