diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 11:15:29 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 11:15:29 +0000 |
commit | 9232bc2f20779004a6638ad21ff5d8dff560a41b (patch) | |
tree | 6902991f39b1292a73ae4af0e6a220e00e2aded6 /net-firewall/iptables | |
parent | sparc stable wrt #506330 (diff) | |
download | gentoo-2-9232bc2f20779004a6638ad21ff5d8dff560a41b.tar.gz gentoo-2-9232bc2f20779004a6638ad21ff5d8dff560a41b.tar.bz2 gentoo-2-9232bc2f20779004a6638ad21ff5d8dff560a41b.zip |
ia64/sparc stable wrt #506798
(Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
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 92d8eca66845..5a453e2fdf4d 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.313 2014/07/19 20:39:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.314 2014/08/01 11:15:29 armin76 Exp $ + + 01 Aug 2014; Raúl Porcel <armin76@gentoo.org> iptables-1.4.21-r1.ebuild: + ia64/sparc stable wrt #506798 19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> iptables-1.4.21-r1.ebuild: diff --git a/net-firewall/iptables/iptables-1.4.21-r1.ebuild b/net-firewall/iptables/iptables-1.4.21-r1.ebuild index a24f3e27314d..da19d5690c5f 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.7 2014/07/19 20:39:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.21-r1.ebuild,v 1.8 2014/08/01 11:15:29 armin76 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=" |