diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 19:19:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-08 19:19:02 +0000 |
commit | 2c76b179a42bc46961b644c62aefd9fe35e5420f (patch) | |
tree | 4dd6ee8c14d944a48549f4572126704eaeb791f9 /net-firewall | |
parent | Version bump (diff) | |
download | gentoo-2-2c76b179a42bc46961b644c62aefd9fe35e5420f.tar.gz gentoo-2-2c76b179a42bc46961b644c62aefd9fe35e5420f.tar.bz2 gentoo-2-2c76b179a42bc46961b644c62aefd9fe35e5420f.zip |
arm/s390/sh stable
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/iptables-1.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.4.2-r2.ebuild b/net-firewall/iptables/iptables-1.4.2-r2.ebuild index d0549e8348cb..f0c0742a7176 100644 --- a/net-firewall/iptables/iptables-1.4.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.4 2009/02/08 15:59:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.5 2009/02/08 19:19:02 vapier Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://iptables.org/projects/iptables/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="" DEPEND="virtual/os-headers" |