diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-03 09:40:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-03 09:40:51 +0000 |
commit | e3dfd0f9376db5be94e2ff1041dc1c8dd2b2fb80 (patch) | |
tree | bdb9fc3e074fb5a16276e326fa00ff60b3fc9206 /net-firewall | |
parent | remove blocks on iptables-1.3* and ipset. (diff) | |
download | gentoo-2-e3dfd0f9376db5be94e2ff1041dc1c8dd2b2fb80.tar.gz gentoo-2-e3dfd0f9376db5be94e2ff1041dc1c8dd2b2fb80.tar.bz2 gentoo-2-e3dfd0f9376db5be94e2ff1041dc1c8dd2b2fb80.zip |
forgot the whitespace.
(Portage version: 2.0.51.21)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.3.1-r3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.3.1-r3.ebuild b/net-firewall/iptables/iptables-1.3.1-r3.ebuild index 8dc1dd63030e..15c1e3afa1cc 100644 --- a/net-firewall/iptables/iptables-1.3.1-r3.ebuild +++ b/net-firewall/iptables/iptables-1.3.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r3.ebuild,v 1.1 2005/05/03 09:40:10 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.3.1-r3.ebuild,v 1.2 2005/05/03 09:40:51 robbat2 Exp $ inherit eutils flag-o-matic toolchain-funcs linux-info @@ -67,7 +67,6 @@ src_unpack() { epatch ${FILESDIR}/${PV}-files/grsecurity-1.2.8-iptables.patch-${PV}.bz2 \ || die "epatch grsecurity-1.2.8-iptables.patch-${PV}.bz2" - sed -i "s/PF_EXT_SLIB:=/PF_EXT_SLIB:=stealth /g" extensions/Makefile \ || die "failed to enable stealth extension" |