Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/
Date: Fri, 28 Dec 2018 20:09:40
Message-Id: 1546027762.fb9f5884364430db600f8a2824c1ef2d9c14d0e7.alonbl@gentoo
1 commit: fb9f5884364430db600f8a2824c1ef2d9c14d0e7
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 28 20:04:21 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 20:09:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f5884
7
8 net-firewall/firehol: use CONFIG_CHECK to actually check configuration
9
10 Closes: https://bugs.gentoo.org/show_bug.cgi?id=673898
11 Thanks: Sebastian Pipping
12 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 +-
16 net-firewall/firehol/firehol-3.1.3.ebuild | 2 +-
17 net-firewall/firehol/firehol-3.1.4.ebuild | 2 +-
18 net-firewall/firehol/firehol-3.1.6.ebuild | 2 +-
19 4 files changed, 4 insertions(+), 4 deletions(-)
20
21 diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
22 index ce59c1998af..866cded9cb6 100644
23 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
24 +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
25 @@ -26,7 +26,7 @@ RDEPEND="net-firewall/iptables
26 DEPEND="${RDEPEND}"
27
28 pkg_setup() {
29 - local KCONFIG_OPTS=" \
30 + local CONFIG_CHECK=" \
31 ~IP_NF_FILTER \
32 ~IP_NF_IPTABLES \
33 ~IP_NF_MANGLE \
34
35 diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild
36 index d67b5390673..b153a88c319 100644
37 --- a/net-firewall/firehol/firehol-3.1.3.ebuild
38 +++ b/net-firewall/firehol/firehol-3.1.3.ebuild
39 @@ -23,7 +23,7 @@ RDEPEND="net-firewall/iptables
40 DEPEND="${RDEPEND}"
41
42 pkg_setup() {
43 - local KCONFIG_OPTS=" \
44 + local CONFIG_CHECK=" \
45 ~IP_NF_FILTER \
46 ~IP_NF_IPTABLES \
47 ~IP_NF_MANGLE \
48
49 diff --git a/net-firewall/firehol/firehol-3.1.4.ebuild b/net-firewall/firehol/firehol-3.1.4.ebuild
50 index 45bbcc4441d..67745a1203c 100644
51 --- a/net-firewall/firehol/firehol-3.1.4.ebuild
52 +++ b/net-firewall/firehol/firehol-3.1.4.ebuild
53 @@ -26,7 +26,7 @@ RDEPEND="net-firewall/iptables
54 DEPEND="${RDEPEND}"
55
56 pkg_setup() {
57 - local KCONFIG_OPTS=" \
58 + local CONFIG_CHECK=" \
59 ~IP_NF_FILTER \
60 ~IP_NF_IPTABLES \
61 ~IP_NF_MANGLE \
62
63 diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild b/net-firewall/firehol/firehol-3.1.6.ebuild
64 index 79fc08da978..626180343e1 100644
65 --- a/net-firewall/firehol/firehol-3.1.6.ebuild
66 +++ b/net-firewall/firehol/firehol-3.1.6.ebuild
67 @@ -27,7 +27,7 @@ RDEPEND="net-firewall/iptables
68 DEPEND="${RDEPEND}"
69
70 pkg_setup() {
71 - local KCONFIG_OPTS=" \
72 + local CONFIG_CHECK=" \
73 ~IP_NF_FILTER \
74 ~IP_NF_IPTABLES \
75 ~IP_NF_MANGLE \