From: Justin Lecher Date: Sun, 21 Jul 2019 06:47:52 +0000 (+0100) Subject: net-analyzer/netdata: Disable automagic linking against json-c X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd623a55e70a156c04dc2c27afa74c5649b58920;p=gentoo.git net-analyzer/netdata: Disable automagic linking against json-c Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Justin Lecher --- diff --git a/net-analyzer/netdata/metadata.xml b/net-analyzer/netdata/metadata.xml index f12bf742e155..a160e06f3657 100644 --- a/net-analyzer/netdata/metadata.xml +++ b/net-analyzer/netdata/metadata.xml @@ -1,23 +1,23 @@ - - candrews@gentoo.org - Craig Andrews - - - Enable compression via zlib - Enable the Netdata database engine - Install sys-apps/ipmitool required for monitoring IPMI sensors. - Enable the nfacct plugin - Enable use of nodejs (which some plugins use) - Enable monitoring of tor - Enable monitoring of xen - - - netdata/netdata - - + + candrews@gentoo.org + Craig Andrews + + + Enable compression via zlib + Enable the Netdata database engine + Install sys-apps/ipmitool required for monitoring IPMI sensors. + Enable the nfacct plugin + Enable use of nodejs (which some plugins use) + Enable monitoring of tor + Enable monitoring of xen + + + netdata/netdata + + Linux real time system monitoring web interface diff --git a/net-analyzer/netdata/netdata-1.16.0.ebuild b/net-analyzer/netdata/netdata-1.16.0.ebuild index 77427218be1f..b12cc034edfb 100644 --- a/net-analyzer/netdata/netdata-1.16.0.ebuild +++ b/net-analyzer/netdata/netdata-1.16.0.ebuild @@ -96,6 +96,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=${NETDATA_USER} \ + --disable-jsonc \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 77427218be1f..b12cc034edfb 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -96,6 +96,7 @@ src_configure() { econf \ --localstatedir="${EPREFIX}"/var \ --with-user=${NETDATA_USER} \ + --disable-jsonc \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \ $(use_enable nfacct plugin-nfacct) \