diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:44:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-22 12:44:21 +0000 |
commit | b2a899c735024342459e3bb2c05c22d1e9b31d8b (patch) | |
tree | 43d4557c40f7415917a22aaa8c06843a79ff9f1f /net-firewall/iptables | |
parent | Stable for ppc64, wrt bug #487652 (diff) | |
download | gentoo-2-b2a899c735024342459e3bb2c05c22d1e9b31d8b.tar.gz gentoo-2-b2a899c735024342459e3bb2c05c22d1e9b31d8b.tar.bz2 gentoo-2-b2a899c735024342459e3bb2c05c22d1e9b31d8b.zip |
Stable for ppc64, wrt bug #485190
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-firewall/iptables')
-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 8c34788b509e..cacdb0fec4c6 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.300 2013/12/21 17:21:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.301 2013/12/22 12:44:21 ago Exp $ + + 22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.20.ebuild: + Stable for ppc64, wrt bug #485190 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.20.ebuild: Stable for ppc, wrt bug #485190 diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index ad45bac42d10..c313764cb550 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-2013 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.6 2013/12/21 17:21:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.7 2013/12/22 12:44:21 ago 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=" |