diff options
Diffstat (limited to 'net-firewall/iptables/iptables-1.2.9.ebuild')
-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 4bf23be3b3cc..1e11054c9814 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-2004 Gentoo Foundation # 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.17 2004/08/23 07:49:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.18 2004/10/04 22:49:23 pvdabeel Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc hppa ~mips ia64 amd64" +KEYWORDS="x86 ppc alpha sparc hppa ~mips ia64 amd64" IUSE="ipv6" # iptables is dependent on kernel sources. Strange but true. |