diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 09:09:35 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-09-13 09:09:35 +0000 |
commit | b1e5cad04784160b7e3c2f7d7a3b9d507e113e60 (patch) | |
tree | b67b7a7165b01bde8f8b8fe77addedd5512b44bb /net-firewall | |
parent | Build with media-libs/libpng-1.5 Bug #380765 (diff) | |
download | gentoo-2-b1e5cad04784160b7e3c2f7d7a3b9d507e113e60.tar.gz gentoo-2-b1e5cad04784160b7e3c2f7d7a3b9d507e113e60.tar.bz2 gentoo-2-b1e5cad04784160b7e3c2f7d7a3b9d507e113e60.zip |
Stable on amd64 wrt bug #382367
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index d58f2ed442a9..06d267f5e0bc 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.248 2011/09/03 13:25:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.249 2011/09/13 09:09:35 hwoarang Exp $ + + 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> iptables-1.4.12.1.ebuild: + Stable on amd64 wrt bug #382367 *iptables-1.4.12.1 (03 Sep 2011) diff --git a/net-firewall/iptables/iptables-1.4.12.1.ebuild b/net-firewall/iptables/iptables-1.4.12.1.ebuild index ca2bd6d3a661..54f896086823 100644 --- a/net-firewall/iptables/iptables-1.4.12.1.ebuild +++ b/net-firewall/iptables/iptables-1.4.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1.ebuild,v 1.1 2011/09/03 13:25:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1.ebuild,v 1.2 2011/09/13 09:09:35 hwoarang 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" COMMON_DEPEND=" |