Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/
Date: Thu, 27 Jan 2022 14:34:43
Message-Id: 1643294074.45aad76e66760321b8f5bfbeba8289a088c035d6.candrews@gentoo
1 commit: 45aad76e66760321b8f5bfbeba8289a088c035d6
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 27 14:34:21 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 27 14:34:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45aad76e
7
8 net-analyzer/netdata: Remove unused aclk-ng configure option
9
10 See: https://github.com/netdata/netdata/pull/11841
11 Closes: https://bugs.gentoo.org/832142
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 net-analyzer/netdata/netdata-1.33.0.ebuild | 1 -
16 net-analyzer/netdata/netdata-9999.ebuild | 3 +--
17 2 files changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/net-analyzer/netdata/netdata-1.33.0.ebuild b/net-analyzer/netdata/netdata-1.33.0.ebuild
20 index 47d000a08d67..5fe0d66e35d4 100644
21 --- a/net-analyzer/netdata/netdata-1.33.0.ebuild
22 +++ b/net-analyzer/netdata/netdata-1.33.0.ebuild
23 @@ -102,7 +102,6 @@ src_configure() {
24 --localstatedir="${EPREFIX}"/var \
25 --with-user=netdata \
26 $(use_enable cloud) \
27 - $(use_with cloud aclk-ng) \
28 $(use_enable jsonc) \
29 $(use_enable cups plugin-cups) \
30 $(use_enable dbengine) \
31
32 diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild
33 index 2acb180f99b4..5759c79ca15e 100644
34 --- a/net-analyzer/netdata/netdata-9999.ebuild
35 +++ b/net-analyzer/netdata/netdata-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 +# Copyright 1999-2022 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=7
42 @@ -102,7 +102,6 @@ src_configure() {
43 --localstatedir="${EPREFIX}"/var \
44 --with-user=netdata \
45 $(use_enable cloud) \
46 - $(use_with cloud aclk-ng) \
47 $(use_enable jsonc) \
48 $(use_enable cups plugin-cups) \
49 $(use_enable dbengine) \