From: Petr Vaněk Date: Tue, 5 Nov 2019 14:22:54 +0000 (+0100) Subject: net-analyzer/netdata: Use dbengine by default X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e3f7294af6b9bc901897450e5ee527b0ff64e6ef;p=gentoo.git net-analyzer/netdata: Use dbengine by default Netdata uses database engine as a default method of storing metrics since v1.18.0, see [1]. [1] https://github.com/netdata/netdata/releases/tag/v1.18.0 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Petr Vaněk Closes: https://github.com/gentoo/gentoo/pull/13555 Signed-off-by: Craig Andrews --- diff --git a/net-analyzer/netdata/netdata-1.18.1-r1.ebuild b/net-analyzer/netdata/netdata-1.18.1-r1.ebuild index 183c7fd636ca..3a8c0f7f98d0 100644 --- a/net-analyzer/netdata/netdata-1.18.1-r1.ebuild +++ b/net-analyzer/netdata/netdata-1.18.1-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen" +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/net-analyzer/netdata/netdata-1.18.1.ebuild b/net-analyzer/netdata/netdata-1.18.1.ebuild index a9120717c5d0..bc8756a7ec80 100644 --- a/net-analyzer/netdata/netdata-1.18.1.ebuild +++ b/net-analyzer/netdata/netdata-1.18.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen" +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 5bf3bf1042d3..b066aadbf11f 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/netdata/netdata https://my-netdata.io/" LICENSE="GPL-3+ MIT BSD" SLOT="0" -IUSE="caps +compression cpu_flags_x86_sse2 cups dbengine ipmi mysql nfacct nodejs postgres +python tor xen" +IUSE="caps +compression cpu_flags_x86_sse2 cups +dbengine ipmi mysql nfacct nodejs postgres +python tor xen" REQUIRED_USE=" mysql? ( python ) python? ( ${PYTHON_REQUIRED_USE} )