diff options
author | Brent Baude <ranger@gentoo.org> | 2009-02-16 16:57:34 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-02-16 16:57:34 +0000 |
commit | 350d4d6ef8861c2c20617aef6e6295dccdd77fe6 (patch) | |
tree | cbdc87cdf9d59096ec756d62075cd39a280fc384 /net-firewall | |
parent | stable ppc64, bug 257184 (diff) | |
download | gentoo-2-350d4d6ef8861c2c20617aef6e6295dccdd77fe6.tar.gz gentoo-2-350d4d6ef8861c2c20617aef6e6295dccdd77fe6.tar.bz2 gentoo-2-350d4d6ef8861c2c20617aef6e6295dccdd77fe6.zip |
stable ppc64, bug 255786
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 059a25ad0fde..3162f04a5731 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-firewall/iptables # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.192 2009/02/16 14:14:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.193 2009/02/16 16:57:34 ranger Exp $ + + 16 Feb 2009; Brent Baude <ranger@gentoo.org> iptables-1.4.2-r2.ebuild: + stable ppc64, bug 255786 16 Feb 2009; Brent Baude <ranger@gentoo.org> iptables-1.4.2-r2.ebuild: stable ppc, bug 255786 diff --git a/net-firewall/iptables/iptables-1.4.2-r2.ebuild b/net-firewall/iptables/iptables-1.4.2-r2.ebuild index 509ae4fc89d6..a9a0f4c03c1e 100644 --- a/net-firewall/iptables/iptables-1.4.2-r2.ebuild +++ b/net-firewall/iptables/iptables-1.4.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.8 2009/02/16 14:14:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.2-r2.ebuild,v 1.9 2009/02/16 16:57:34 ranger Exp $ inherit eutils toolchain-funcs linux-info @@ -14,7 +14,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="l7filter" DEPEND="virtual/os-headers" |