diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-10-09 13:46:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-10-09 13:46:44 +0000 |
commit | 55149c7349191916fb4120f576d9dea3c1a46198 (patch) | |
tree | 85b5ede57e2bc5d1c09d3236e1953e8db947b480 /net-firewall/iptables | |
parent | Stable for HPPA (bug #487148). (diff) | |
download | gentoo-2-55149c7349191916fb4120f576d9dea3c1a46198.tar.gz gentoo-2-55149c7349191916fb4120f576d9dea3c1a46198.tar.bz2 gentoo-2-55149c7349191916fb4120f576d9dea3c1a46198.zip |
Stable for HPPA (bug #485190).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 a86a2a748bed..d0243d170e93 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.294 2013/08/10 04:58:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.295 2013/10/09 13:46:44 jer Exp $ + + 09 Oct 2013; Jeroen Roovers <jer@gentoo.org> iptables-1.4.20.ebuild: + Stable for HPPA (bug #485190). *iptables-1.4.20 (10 Aug 2013) diff --git a/net-firewall/iptables/iptables-1.4.20.ebuild b/net-firewall/iptables/iptables-1.4.20.ebuild index 0c20b1588ea7..c689f4e740aa 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.1 2013/08/10 04:58:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.20.ebuild,v 1.2 2013/10/09 13:46:44 jer 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=" |