diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 00:15:21 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-22 00:15:21 +0000 |
commit | 51861fb2da559f776b6fe068655888e6b2803df3 (patch) | |
tree | 2c4a2f5c919fbdda85a80de258cec52b5c1b9a04 /net-firewall/iptables | |
parent | Re-manifesting for new tar ball and remove old (diff) | |
download | gentoo-2-51861fb2da559f776b6fe068655888e6b2803df3.tar.gz gentoo-2-51861fb2da559f776b6fe068655888e6b2803df3.tar.bz2 gentoo-2-51861fb2da559f776b6fe068655888e6b2803df3.zip |
stable arm ppc ppc64, bug #444145
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.16.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 41f65d0b4739..83fe6d8fd50f 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.279 2012/10/23 07:58:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.280 2012/11/22 00:15:21 blueness Exp $ + + 22 Nov 2012; Anthony G. Basile <blueness@gentoo.org> iptables-1.4.16.3.ebuild: + stable arm ppc ppc64, bug #444145 *iptables-1.4.16.3 (23 Oct 2012) diff --git a/net-firewall/iptables/iptables-1.4.16.3.ebuild b/net-firewall/iptables/iptables-1.4.16.3.ebuild index e562c3d9c958..c2fa28a2e9e1 100644 --- a/net-firewall/iptables/iptables-1.4.16.3.ebuild +++ b/net-firewall/iptables/iptables-1.4.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.16.3.ebuild,v 1.1 2012/10/23 07:58:43 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.16.3.ebuild,v 1.2 2012/11/22 00:15:21 blueness Exp $ EAPI="4" @@ -15,7 +15,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="ipv6 netlink static-libs" RDEPEND=" |