diff options
author | 2022-01-27 09:34:21 -0500 | |
---|---|---|
committer | 2022-01-27 09:34:34 -0500 | |
commit | 45aad76e66760321b8f5bfbeba8289a088c035d6 (patch) | |
tree | 4ee5f8bc027102492445cc8c15289b3ffbdb16b0 /net-analyzer/netdata | |
parent | dev-python/ansible-pygments: add 0.1.1 (diff) | |
download | gentoo-45aad76e66760321b8f5bfbeba8289a088c035d6.tar.gz gentoo-45aad76e66760321b8f5bfbeba8289a088c035d6.tar.bz2 gentoo-45aad76e66760321b8f5bfbeba8289a088c035d6.zip |
net-analyzer/netdata: Remove unused aclk-ng configure option
See: https://github.com/netdata/netdata/pull/11841
Closes: https://bugs.gentoo.org/832142
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-analyzer/netdata')
-rw-r--r-- | net-analyzer/netdata/netdata-1.33.0.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/netdata/netdata-9999.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net-analyzer/netdata/netdata-1.33.0.ebuild b/net-analyzer/netdata/netdata-1.33.0.ebuild index 47d000a08d67..5fe0d66e35d4 100644 --- a/net-analyzer/netdata/netdata-1.33.0.ebuild +++ b/net-analyzer/netdata/netdata-1.33.0.ebuild @@ -102,7 +102,6 @@ src_configure() { --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ $(use_enable cloud) \ - $(use_with cloud aclk-ng) \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \ diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 2acb180f99b4..5759c79ca15e 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -102,7 +102,6 @@ src_configure() { --localstatedir="${EPREFIX}"/var \ --with-user=netdata \ $(use_enable cloud) \ - $(use_with cloud aclk-ng) \ $(use_enable jsonc) \ $(use_enable cups plugin-cups) \ $(use_enable dbengine) \ |