diff options
author | 2009-08-31 00:29:33 +0000 | |
---|---|---|
committer | 2009-08-31 00:29:33 +0000 | |
commit | 514b8d6efc021d68be15b518f3ad27f3de431f52 (patch) | |
tree | 570b2363a1c7163a3193e557ad5b52adc3843eef /net-firewall/iptables | |
parent | Version bump #283137 by Arfrever Frehtes Taifersar Arahesis. (diff) | |
download | historical-514b8d6efc021d68be15b518f3ad27f3de431f52.tar.gz historical-514b8d6efc021d68be15b518f3ad27f3de431f52.tar.bz2 historical-514b8d6efc021d68be15b518f3ad27f3de431f52.zip |
stable ppc64, bug 274403
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index ff7bc537ff7e..ac57d1a3cfb9 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.205 2009/08/27 08:57:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.206 2009/08/31 00:29:33 ranger Exp $ + + 31 Aug 2009; Brent Baude <ranger@gentoo.org> iptables-1.4.3.2.ebuild: + stable ppc64, bug 274403 27 Aug 2009; Mike Frysinger <vapier@gentoo.org> iptables-1.3.8-r3.ebuild, iptables-1.4.0-r1.ebuild, iptables-1.4.2-r2.ebuild, diff --git a/net-firewall/iptables/iptables-1.4.3.2.ebuild b/net-firewall/iptables/iptables-1.4.3.2.ebuild index a10dfd095e3e..23263decc0d8 100644 --- a/net-firewall/iptables/iptables-1.4.3.2.ebuild +++ b/net-firewall/iptables/iptables-1.4.3.2.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.3.2.ebuild,v 1.8 2009/08/27 08:57:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.3.2.ebuild,v 1.9 2009/08/31 00:29:33 ranger 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="" DEPEND="virtual/os-headers" |