From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9254E13888F for ; Mon, 12 Oct 2015 16:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 323E1E07EA; Mon, 12 Oct 2015 16:32:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5343E07EA for ; Mon, 12 Oct 2015 16:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FCED33D3D0 for ; Mon, 12 Oct 2015 16:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87D4AEF6 for ; Mon, 12 Oct 2015 16:32:19 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1444667541.93cc469a95cc8a97007ba8d9ce5eeebb43fddf55.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firehol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firehol/firehol-2.0.3.ebuild X-VCS-Directories: net-firewall/firehol/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 93cc469a95cc8a97007ba8d9ce5eeebb43fddf55 X-VCS-Branch: master Date: Mon, 12 Oct 2015 16:32:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8aa7f893-cfbf-401d-8680-1f3878c11c39 X-Archives-Hash: 395c732410e6f9f5295246ceaf2385f5 commit: 93cc469a95cc8a97007ba8d9ce5eeebb43fddf55 Author: Alon Bar-Lev gentoo org> AuthorDate: Mon Oct 12 16:32:21 2015 +0000 Commit: Alon Bar-Lev gentoo 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() {