mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user