summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-12-28 22:04:21 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2018-12-28 22:09:22 +0200
commitfb9f5884364430db600f8a2824c1ef2d9c14d0e7 (patch)
tree44556ee990ee7d495440ed49d7c0f13fca528a89 /net-firewall/firehol
parentnet-misc/iputils: stable 20180629 for hppa, bug #673498 (diff)
downloadgentoo-fb9f5884364430db600f8a2824c1ef2d9c14d0e7.tar.gz
gentoo-fb9f5884364430db600f8a2824c1ef2d9c14d0e7.tar.bz2
gentoo-fb9f5884364430db600f8a2824c1ef2d9c14d0e7.zip
net-firewall/firehol: use CONFIG_CHECK to actually check configuration
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
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r--net-firewall/firehol/firehol-3.1.3-r1.ebuild2
-rw-r--r--net-firewall/firehol/firehol-3.1.3.ebuild2
-rw-r--r--net-firewall/firehol/firehol-3.1.4.ebuild2
-rw-r--r--net-firewall/firehol/firehol-3.1.6.ebuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
index ce59c1998af9..866cded9cb60 100644
--- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild
+++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild
@@ -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 \
diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild
index d67b53906731..b153a88c3196 100644
--- a/net-firewall/firehol/firehol-3.1.3.ebuild
+++ b/net-firewall/firehol/firehol-3.1.3.ebuild
@@ -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 \
diff --git a/net-firewall/firehol/firehol-3.1.4.ebuild b/net-firewall/firehol/firehol-3.1.4.ebuild
index 45bbcc4441dc..67745a1203cb 100644
--- a/net-firewall/firehol/firehol-3.1.4.ebuild
+++ b/net-firewall/firehol/firehol-3.1.4.ebuild
@@ -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 \
diff --git a/net-firewall/firehol/firehol-3.1.6.ebuild b/net-firewall/firehol/firehol-3.1.6.ebuild
index 79fc08da9781..626180343e17 100644
--- a/net-firewall/firehol/firehol-3.1.6.ebuild
+++ b/net-firewall/firehol/firehol-3.1.6.ebuild
@@ -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 \