commit: 93cc469a95cc8a97007ba8d9ce5eeebb43fddf55
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 16:32:21 2015 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 16:32:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cc469a
net-firewall/firehol: set dummy ip6tables-restore
Bug: 562942
Package-Manager: portage-2.2.20.1
net-firewall/firehol/firehol-2.0.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-firewall/firehol/firehol-2.0.3.ebuild
b/net-firewall/firehol/firehol-2.0.3.ebuild
index 3026dd7..182c9eb 100644
--- a/net-firewall/firehol/firehol-2.0.3.ebuild
+++ b/net-firewall/firehol/firehol-2.0.3.ebuild
@@ -44,7 +44,8 @@ src_configure() {
--with-autosave6="${EPREFIX}/var/lib/ip6tables/rules-save" \
$(use_enable doc) \
IP6TABLES_CMD=/bin/false \
- IP6TABLES_SAVE_CMD=/bin/false
+ IP6TABLES_SAVE_CMD=/bin/false \
+ IP6TABLES_RESTORE_CMD=/bin/false
}
src_install() {