diff options
Diffstat (limited to 'net-firewall/iptables/iptables-1.3.7.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-firewall/iptables/iptables-1.3.7.ebuild b/net-firewall/iptables/iptables-1.3.7.ebuild index 4f2718cbf14c..d214f05cdc27 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-2007 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.8 2007/05/06 09:54:40 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.7.ebuild,v 1.9 2007/05/09 16:10:00 uberlord Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -58,6 +58,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-more-exact-check-grep.patch #159162 epatch "${FILESDIR}"/${P}-sparc64.patch #166201 epatch "${FILESDIR}"/${P}-kernel-dir.patch #172209 + epatch "${FILESDIR}"/${P}-test-dir.patch # Find include/asm without bash EPATCH_OPTS="-p0" \ epatch "${FILESDIR}"/1.3.1-files/install_ipv6_apps.patch |