commit:     e3f7294af6b9bc901897450e5ee527b0ff64e6ef
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Nov  5 14:22:54 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 21:35:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f7294a

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 <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/13555
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-analyzer/netdata/netdata-1.18.1-r1.ebuild | 2 +-
 net-analyzer/netdata/netdata-1.18.1.ebuild    | 2 +-
 net-analyzer/netdata/netdata-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/netdata/netdata-1.18.1-r1.ebuild 
b/net-analyzer/netdata/netdata-1.18.1-r1.ebuild
index 183c7fd636c..3a8c0f7f98d 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 a9120717c5d..bc8756a7ec8 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 5bf3bf1042d..b066aadbf11 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} )

Reply via email to