diff options
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 736177267fdb..9932352e22ff 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.303 2014/01/15 10:04:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.304 2014/01/16 06:50:19 vapier Exp $ + + 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> iptables-1.4.20.ebuild: + Mark m68k/s390/sh stable. 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.20.ebuild: Stable for ia64, wrt bug #485190 diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index d70afd627cde..8baae7bbc5ad 100644 --- a/net-firewall/iptables/iptables-1.4.20.ebuild +++ b/net-firewall/iptables/iptables-1.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.9 2014/01/15 10:04:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.10 2014/01/16 06:50:19 vapier Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://www.netfilter.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=" |