diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:48:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 10:48:55 +0000 |
commit | 8febd6fc8a1dbd75d63e9043cbfd98345ad4e4f1 (patch) | |
tree | ea3001f2012ef31243ace1e49c6cd040874852ff /net-firewall/iptables | |
parent | x86 stable wrt bug #506796 (diff) | |
download | gentoo-2-8febd6fc8a1dbd75d63e9043cbfd98345ad4e4f1.tar.gz gentoo-2-8febd6fc8a1dbd75d63e9043cbfd98345ad4e4f1.tar.bz2 gentoo-2-8febd6fc8a1dbd75d63e9043cbfd98345ad4e4f1.zip |
x86 stable wrt bug #506798
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.21-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 809a4ac24654..01e1309b82a9 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.309 2014/05/04 16:06:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.310 2014/06/14 10:48:55 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + iptables-1.4.21-r1.ebuild: + x86 stable wrt bug #506798 04 May 2014; Markus Meier <maekke@gentoo.org> iptables-1.4.21-r1.ebuild: arm stable, 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 8c11de9c039d..b52bd61027a4 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.3 2014/05/04 16:06:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.4 2014/06/14 10:48:55 phajdan.jr 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=" |