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 B190D13888F for ; Thu, 22 Oct 2015 07:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3180BE0833; Thu, 22 Oct 2015 07:54:43 +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 CD6C8E080E for ; Thu, 22 Oct 2015 07:54:42 +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 E505D340906 for ; Thu, 22 Oct 2015 07:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFBE014E4 for ; Thu, 22 Oct 2015 07:54:38 +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: <1445500328.b641bf3eeb87f462d2a69e989a682764fef30c23.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-r1.ebuild 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: b641bf3eeb87f462d2a69e989a682764fef30c23 X-VCS-Branch: master Date: Thu, 22 Oct 2015 07:54:38 +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: 7dd740f0-5324-49b8-8e26-6aa15e55d245 X-Archives-Hash: 835dcd9aa7336183680d06feac60acc8 commit: b641bf3eeb87f462d2a69e989a682764fef30c23 Author: Alon Bar-Lev gentoo org> AuthorDate: Wed Oct 21 20:04:20 2015 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Oct 22 07:52:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b641bf3e net-firewall/firehol: fix autosave location issue Package-Manager: portage-2.2.20.1 RepoMan-Options: --force .../firehol/{firehol-2.0.3.ebuild => firehol-2.0.3-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-firewall/firehol/firehol-2.0.3.ebuild b/net-firewall/firehol/firehol-2.0.3-r1.ebuild similarity index 96% rename from net-firewall/firehol/firehol-2.0.3.ebuild rename to net-firewall/firehol/firehol-2.0.3-r1.ebuild index eda56e5..5fae331 100644 --- a/net-firewall/firehol/firehol-2.0.3.ebuild +++ b/net-firewall/firehol/firehol-2.0.3-r1.ebuild @@ -35,6 +35,10 @@ pkg_setup() { linux-info_pkg_setup } +src_prepare() { + epatch "${FILESDIR}/${PN}-2.0.2-autosave.patch" +} + src_configure() { # removing IP6TABLES_CMD has no effect and enable build # without ipv6 available