diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 12:10:27 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 12:10:27 +0000 |
commit | 2e51c0426f6b3ac233e8971419a8bed50d2e2760 (patch) | |
tree | c3eadfd809d7e57ed96ee88d0cb1c62981e29259 | |
parent | Build with gcc-4.5 Bug #320881 (diff) | |
download | gentoo-2-2e51c0426f6b3ac233e8971419a8bed50d2e2760.tar.gz gentoo-2-2e51c0426f6b3ac233e8971419a8bed50d2e2760.tar.bz2 gentoo-2-2e51c0426f6b3ac233e8971419a8bed50d2e2760.zip |
ppc stable #318531
(Portage version: 2.1.8.3/cvs/Linux ppc)
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 1314405519e5..7be206a774ad 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.214 2010/05/23 18:37:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.215 2010/05/24 12:10:27 nixnut Exp $ + + 24 May 2010; <nixnut@gentoo.org> iptables-1.4.6.ebuild: + ppc stable #318531 23 May 2010; Raúl Porcel <armin76@gentoo.org> iptables-1.4.6.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #318531 diff --git a/net-firewall/iptables/iptables-1.4.6.ebuild b/net-firewall/iptables/iptables-1.4.6.ebuild index 6171246015d0..aec6d3b77d9f 100644 --- a/net-firewall/iptables/iptables-1.4.6.ebuild +++ b/net-firewall/iptables/iptables-1.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.4 2010/05/23 18:37:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.6.ebuild,v 1.5 2010/05/24 12:10:27 nixnut Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,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" DEPEND="virtual/os-headers" |