diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:37:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:37:53 +0000 |
commit | b2be3450c4238ce0c90f209063280a9883a6778c (patch) | |
tree | 36a066426e8bfd4ea11c298c3d3baa433e070de6 /net-firewall/iptables | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-b2be3450c4238ce0c90f209063280a9883a6778c.tar.gz gentoo-2-b2be3450c4238ce0c90f209063280a9883a6778c.tar.bz2 gentoo-2-b2be3450c4238ce0c90f209063280a9883a6778c.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.20.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.21.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 9932352e22ff..182d7453db62 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # 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.304 2014/01/16 06:50:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.305 2014/01/18 05:37:53 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> iptables-1.4.20.ebuild, + iptables-1.4.21.ebuild: + Add arm64 love. 16 Jan 2014; Mike Frysinger <vapier@gentoo.org> iptables-1.4.20.ebuild: Mark m68k/s390/sh stable. diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index 8baae7bbc5ad..12d3636d66f6 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.10 2014/01/16 06:50:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.11 2014/01/18 05:37:53 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 arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="ipv6 netlink static-libs" RDEPEND=" diff --git a/net-firewall/iptables/iptables-1.4.21.ebuild b/net-firewall/iptables/iptables-1.4.21.ebuild index abfc2a5a6b0d..17234ebe91aa 100644 --- a/net-firewall/iptables/iptables-1.4.21.ebuild +++ b/net-firewall/iptables/iptables-1.4.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.ebuild,v 1.1 2013/11/26 04:36:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21.ebuild,v 1.2 2014/01/18 05:37:53 vapier 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 ~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=" |