commit: fb0dfdca643076b6f995252da23116f048a58f86 Author: Martin Sekera <sekerama <AT> gmail <DOT> com> AuthorDate: Wed May 20 11:04:45 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> 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 <candrews <AT> 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) \
