diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-08-28 15:57:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-08-28 15:57:32 +0000 |
commit | 0637f65b86c4a1d25676771f75df8de0beab8765 (patch) | |
tree | 8d65d46ff6c4c5f21327f6bd657b834d402618ac /net-firewall | |
parent | Add a patch to deal with canna character API change. bug #353949 (diff) | |
download | gentoo-2-0637f65b86c4a1d25676771f75df8de0beab8765.tar.gz gentoo-2-0637f65b86c4a1d25676771f75df8de0beab8765.tar.bz2 gentoo-2-0637f65b86c4a1d25676771f75df8de0beab8765.zip |
alpha/ia64/m68k/s390/sh/sparc stable wrt #376881
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.11.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 4303ac951518..ab06cd73888c 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.246 2011/08/15 02:54:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.247 2011/08/28 15:57:32 armin76 Exp $ + + 28 Aug 2011; Raúl Porcel <armin76@gentoo.org> iptables-1.4.11.1-r2.ebuild: + alpha/ia64/m68k/s390/sh/sparc stable wrt #376881 13 Aug 2011; Markus Meier <maekke@gentoo.org> iptables-1.4.11.1-r2.ebuild: arm stable, bug #376881 diff --git a/net-firewall/iptables/iptables-1.4.11.1-r2.ebuild b/net-firewall/iptables/iptables-1.4.11.1-r2.ebuild index ba919c0a15c1..2485106171e9 100644 --- a/net-firewall/iptables/iptables-1.4.11.1-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.11.1-r2.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.11.1-r2.ebuild,v 1.5 2011/08/13 17:21:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.11.1-r2.ebuild,v 1.6 2011/08/28 15:57:32 armin76 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=" |