diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-22 07:19:04 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-22 07:19:04 +0000 |
commit | fd6b15d30320d0df053d5f271383ed3e44832e85 (patch) | |
tree | f1b0d4aa61f2b596fca23bd614a5c671ad435bb9 /net-firewall | |
parent | Version bump on ESR and mainline branches. (diff) | |
download | gentoo-2-fd6b15d30320d0df053d5f271383ed3e44832e85.tar.gz gentoo-2-fd6b15d30320d0df053d5f271383ed3e44832e85.tar.bz2 gentoo-2-fd6b15d30320d0df053d5f271383ed3e44832e85.zip |
Stable on amd64, wrt bug #444145
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-firewall')
-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 83fe6d8fd50f..6722ecb3a63f 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.280 2012/11/22 00:15:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.281 2012/11/22 07:19:04 pinkbyte Exp $ + + 22 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> iptables-1.4.16.3.ebuild: + Stable on amd64, wrt bug #444145 22 Nov 2012; Anthony G. Basile <blueness@gentoo.org> iptables-1.4.16.3.ebuild: stable arm ppc ppc64, bug #444145 diff --git a/net-firewall/iptables/iptables-1.4.16.3.ebuild b/net-firewall/iptables/iptables-1.4.16.3.ebuild index c2fa28a2e9e1..eea03c5c6b88 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.2 2012/11/22 00:15:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.16.3.ebuild,v 1.3 2012/11/22 07:19:04 pinkbyte 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=" |