diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 12:19:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-06 12:19:45 +0000 |
commit | 2bb89f65823aa2f820767ed7cf22c3449c134f72 (patch) | |
tree | 1eacb58b832b192558dff6f85d94264a15c01b9f /net-firewall/iptables | |
parent | Stable for amd64, wrt bug #413881 (diff) | |
download | gentoo-2-2bb89f65823aa2f820767ed7cf22c3449c134f72.tar.gz gentoo-2-2bb89f65823aa2f820767ed7cf22c3449c134f72.tar.bz2 gentoo-2-2bb89f65823aa2f820767ed7cf22c3449c134f72.zip |
Stable for amd64, wrt bug #414329
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 914597ee1d1b..be93fd0dad5d 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.263 2012/05/05 21:40:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.264 2012/05/06 12:19:45 ago Exp $ + + 06 May 2012; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.13.ebuild: + Stable for amd64, wrt bug #414329 05 May 2012; Brent Baude <ranger@gentoo.org> iptables-1.4.13.ebuild: Marking iptables-1.4.13 ppc for bug 414329 diff --git a/net-firewall/iptables/iptables-1.4.13.ebuild b/net-firewall/iptables/iptables-1.4.13.ebuild index 988129ade2d3..2a938391c896 100644 --- a/net-firewall/iptables/iptables-1.4.13.ebuild +++ b/net-firewall/iptables/iptables-1.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.3 2012/05/05 21:40:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.13.ebuild,v 1.4 2012/05/06 12:19:45 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://iptables.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=" |