diff options
Diffstat (limited to 'net-firewall/iptables/iptables-1.3.8.ebuild')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.8.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-firewall/iptables/iptables-1.3.8.ebuild b/net-firewall/iptables/iptables-1.3.8.ebuild index 1fed2199cb7b..3a35c8ccc259 100644 --- a/net-firewall/iptables/iptables-1.3.8.ebuild +++ b/net-firewall/iptables/iptables-1.3.8.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.8.ebuild,v 1.1 2007/06/25 17:00:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.8.ebuild,v 1.2 2007/06/25 17:01:42 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -70,9 +70,6 @@ src_unpack() { -e "s/PF_EXT_SLIB:=/PF_EXT_SLIB:=stealth /g" \ extensions/Makefile || die "failed to enable stealth extension" - EPATCH_OPTS="-p1" \ - epatch "${FILESDIR}"/1.3.1-files/${PN}-1.3.1-compilefix.patch - if use imq ; then EPATCH_OPTS="-p1" epatch "${DISTDIR}"/${IMQ_PATCH} chmod +x extensions/{.IMQ-test*,.childlevel-test*} |