commit: bfc6b932596c006c32ea1f47925cd657037e001c Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Feb 28 21:56:11 2024 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Feb 28 21:57:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc6b932
net-analyzer/netdata: disable go plugin Netdata integrated the go plugin with the main netdata build system, but this ebuild doesn't get handle that. Until the ebuild is updated to support building the go plugin, disable it. See: https://github.com/netdata/netdata/commit/4b7d920b44302adcc7c733bcea3bc5cf8fc3c63f Signed-off-by: Craig Andrews <candrews <AT> 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 e6d230c74a3e..56ca10202a2c 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -107,6 +107,7 @@ src_configure() { -DENABLE_EXPORTER_PROMETHEUS_REMOTE_WRITE=$(usex prometheus) -DENABLE_PLUGIN_XENSTAT=$(usex xen) -DENABLE_PLUGIN_EBPF=$(usex bpf) + -DENABLE_PLUGIN_GO=FALSE ) cmake_src_configure }
