diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-11-05 15:22:54 +0100 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-11-05 16:35:45 -0500 |
commit | e3f7294af6b9bc901897450e5ee527b0ff64e6ef (patch) | |
tree | 784103017fad7d9ec5c7def07701ef8347dfbf37 /net-analyzer | |
parent | dev-python/piexif: Address warning MissingTestRestrict (diff) | |
download | gentoo-e3f7294af6b9bc901897450e5ee527b0ff64e6ef.tar.gz gentoo-e3f7294af6b9bc901897450e5ee527b0ff64e6ef.tar.bz2 gentoo-e3f7294af6b9bc901897450e5ee527b0ff64e6ef.zip |
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@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/13555
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netdata/netdata-1.18.1-r1.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-1.18.1.ebuild | 2 | ||||
-rw-r--r-- | 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 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} ) |