diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-03 23:03:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-03 23:03:40 +0000 |
commit | 2f4ff0479bb5b10f39f1ac2e494a98fc9bd22bf7 (patch) | |
tree | ab7ce2321eb8185e04e4e1a711d34a722a39333d /net-firewall/iptables | |
parent | new beta vesrion (diff) | |
download | historical-2f4ff0479bb5b10f39f1ac2e494a98fc9bd22bf7.tar.gz historical-2f4ff0479bb5b10f39f1ac2e494a98fc9bd22bf7.tar.bz2 historical-2f4ff0479bb5b10f39f1ac2e494a98fc9bd22bf7.zip |
fix typo #34984
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild index b012ab5ce8d2..bac33962564f 100644 --- a/net-firewall/iptables/iptables-1.2.9.ebuild +++ b/net-firewall/iptables/iptables-1.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.2 2003/11/21 15:45:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.3 2003/12/03 23:03:40 vapier Exp $ inherit eutils flag-o-matic @@ -27,7 +27,7 @@ src_unpack() { append-flags -O2 fi - replace-flag -O0 -O2 + replace-flags -O0 -O2 unpack ${A} cd ${S} |