net-firewall/firehol: use CONFIG_CHECK to actually check configuration
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 28 Dec 2018 20:04:21 +0000 (22:04 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Fri, 28 Dec 2018 20:09:22 +0000 (22:09 +0200)
Closes: https://bugs.gentoo.org/show_bug.cgi?id=673898
Thanks: Sebastian Pipping
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

net-firewall/firehol/firehol-3.1.3-r1.ebuild
net-firewall/firehol/firehol-3.1.3.ebuild
net-firewall/firehol/firehol-3.1.4.ebuild
net-firewall/firehol/firehol-3.1.6.ebuild

index ce59c1998af9dd472a672e80c672d549f0a1cec1..866cded9cb60024ccff1e073fc04f376b4f6bb3d 100644 (file)
@@ -26,7 +26,7 @@ RDEPEND="net-firewall/iptables
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
-       local KCONFIG_OPTS=" \
+       local CONFIG_CHECK=" \
                ~IP_NF_FILTER \
                ~IP_NF_IPTABLES \
                ~IP_NF_MANGLE \
index d67b5390673100e896d7822091e99858c4f62e06..b153a88c3196ce9c14544b5ae4f5dd3150a38bf3 100644 (file)
@@ -23,7 +23,7 @@ RDEPEND="net-firewall/iptables
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
-       local KCONFIG_OPTS=" \
+       local CONFIG_CHECK=" \
                ~IP_NF_FILTER \
                ~IP_NF_IPTABLES \
                ~IP_NF_MANGLE \
index 45bbcc4441dcdbfec46237620bf184ec2e91df04..67745a1203cba132b4561c0e89afec154c69c48a 100644 (file)
@@ -26,7 +26,7 @@ RDEPEND="net-firewall/iptables
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
-       local KCONFIG_OPTS=" \
+       local CONFIG_CHECK=" \
                ~IP_NF_FILTER \
                ~IP_NF_IPTABLES \
                ~IP_NF_MANGLE \
index 79fc08da97816a134f87decfe7a9749e2d3dfffd..626180343e17fc4d981f32ff9a7b823faeef8392 100644 (file)
@@ -27,7 +27,7 @@ RDEPEND="net-firewall/iptables
 DEPEND="${RDEPEND}"
 
 pkg_setup() {
-       local KCONFIG_OPTS=" \
+       local CONFIG_CHECK=" \
                ~IP_NF_FILTER \
                ~IP_NF_IPTABLES \
                ~IP_NF_MANGLE \