diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-02 12:57:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-02 12:57:04 +0000 |
commit | 9424fc16d7f06f3232ce49ab238362a4362d10d9 (patch) | |
tree | 3eb492f0efe862ef8a3d79ddd89005bcd600f0da /net-firewall/iptables | |
parent | Stable for HPPA (bug #509260). (diff) | |
download | gentoo-2-9424fc16d7f06f3232ce49ab238362a4362d10d9.tar.gz gentoo-2-9424fc16d7f06f3232ce49ab238362a4362d10d9.tar.bz2 gentoo-2-9424fc16d7f06f3232ce49ab238362a4362d10d9.zip |
Stable for HPPA (bug #506798).
(Portage version: 2.2.10/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.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index d17e0994e0bc..5bbf1ec4ff3a 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.307 2014/02/18 15:49:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.308 2014/05/02 12:57:04 jer Exp $ + + 02 May 2014; Jeroen Roovers <jer@gentoo.org> iptables-1.4.21-r1.ebuild: + Stable for HPPA (bug #506798). *iptables-1.4.21-r1 (18 Feb 2014) diff --git a/net-firewall/iptables/iptables-1.4.21-r1.ebuild b/net-firewall/iptables/iptables-1.4.21-r1.ebuild index 3becf43be2d9..cb4cccf00f51 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.1 2014/02/18 15:49:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.2 2014/05/02 12:57:04 jer 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=" |