diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 14:28:19 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2011-09-13 14:28:19 +0000 |
commit | 2a6ab49e5d81af14a75c58179c03438ff3cfad0b (patch) | |
tree | a95d7ecb69397ecd80e98adaa147058448b083ef /net-firewall | |
parent | Version bump #382701 by Rodrigo Severo. (diff) | |
download | gentoo-2-2a6ab49e5d81af14a75c58179c03438ff3cfad0b.tar.gz gentoo-2-2a6ab49e5d81af14a75c58179c03438ff3cfad0b.tar.bz2 gentoo-2-2a6ab49e5d81af14a75c58179c03438ff3cfad0b.zip |
x86 stable, Bug #382367
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.12.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 06d267f5e0bc..e647360c769a 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,10 @@ # 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.249 2011/09/13 09:09:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.250 2011/09/13 14:28:19 nativemad Exp $ + + 13 Sep 2011; Andreas Schuerch <nativemad@gentoo.org> + iptables-1.4.12.1.ebuild: + x86 stable, see Bug #382367 13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> iptables-1.4.12.1.ebuild: Stable on amd64 wrt bug #382367 diff --git a/net-firewall/iptables/iptables-1.4.12.1.ebuild b/net-firewall/iptables/iptables-1.4.12.1.ebuild index 54f896086823..4e2ba592c925 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.2 2011/09/13 09:09:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.12.1.ebuild,v 1.3 2011/09/13 14:28:19 nativemad 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=" |