diff options
Diffstat (limited to 'net-firewall/iptables/iptables-1.3.7.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.3.7.ebuild b/net-firewall/iptables/iptables-1.3.7.ebuild index e842556c332c..e1bc9bd1ffd5 100644 --- a/net-firewall/iptables/iptables-1.3.7.ebuild +++ b/net-firewall/iptables/iptables-1.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.7.ebuild,v 1.2 2006/12/22 11:37:01 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.7.ebuild,v 1.3 2006/12/30 06:42:51 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -55,6 +55,8 @@ src_unpack() { use l7filter && unpack ${L7_P}.tar.gz cd "${S}" + epatch "${FILESDIR}"/${P}-more-exact-check-grep.patch #159162 + EPATCH_OPTS="-p0" \ epatch "${FILESDIR}"/1.3.1-files/install_ipv6_apps.patch EPATCH_OPTS="-p1" \ |