summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2015-10-12 19:32:21 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2015-10-12 19:32:21 +0300
commit93cc469a95cc8a97007ba8d9ce5eeebb43fddf55 (patch)
tree9847580754193b473a774fd3c2db688e33620683 /net-firewall
parentdev-games/tiled: add missing dependency (diff)
downloadgentoo-93cc469a95cc8a97007ba8d9ce5eeebb43fddf55.tar.gz
gentoo-93cc469a95cc8a97007ba8d9ce5eeebb43fddf55.tar.bz2
gentoo-93cc469a95cc8a97007ba8d9ce5eeebb43fddf55.zip
net-firewall/firehol: set dummy ip6tables-restore
Bug: 562942 Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firehol/firehol-2.0.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/firehol/firehol-2.0.3.ebuild b/net-firewall/firehol/firehol-2.0.3.ebuild
index 3026dd703f8f..182c9eb1013a 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() {