diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-13 09:59:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-13 09:59:23 +0000 |
commit | e1d9ffa1f0f70d4bb9583a147aa35231ca77aece (patch) | |
tree | ecaf51c945d15c60efe15710b69d11d6dab8bd84 /net-firewall | |
parent | Stable for ppc, wrt bug #506796 (diff) | |
download | gentoo-2-e1d9ffa1f0f70d4bb9583a147aa35231ca77aece.tar.gz gentoo-2-e1d9ffa1f0f70d4bb9583a147aa35231ca77aece.tar.bz2 gentoo-2-e1d9ffa1f0f70d4bb9583a147aa35231ca77aece.zip |
Stable for ppc, wrt bug #506798
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index d27e3004ecfe..5729157b9906 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.311 2014/06/14 11:52:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.312 2014/07/13 09:59:23 ago Exp $ + + 13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.21-r1.ebuild: + Stable for ppc, wrt bug #506798 14 Jun 2014; Mikle Kolyada <zlogene@gentoo.org> iptables-1.4.21-r1.ebuild: amd64 stable wrt bug #506798 diff --git a/net-firewall/iptables/iptables-1.4.21-r1.ebuild b/net-firewall/iptables/iptables-1.4.21-r1.ebuild index 68dc34dcf88c..02a9c1135666 100644 --- a/net-firewall/iptables/iptables-1.4.21-r1.ebuild +++ b/net-firewall/iptables/iptables-1.4.21-r1.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.21-r1.ebuild,v 1.5 2014/06/14 11:52:14 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.6 2014/07/13 09:59:23 ago Exp $ EAPI="5" @@ -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 ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="ipv6 netlink static-libs" RDEPEND=" |