diff options
author | Brent Baude <ranger@gentoo.org> | 2010-12-29 01:27:17 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-12-29 01:27:17 +0000 |
commit | df9ced48f5cb17b56337ed25940aecf4d92e1e23 (patch) | |
tree | aa6872a636303ed7b484dea24a3382ec48331376 /net-firewall | |
parent | stable ppc64, bug 349381 (diff) | |
download | gentoo-2-df9ced48f5cb17b56337ed25940aecf4d92e1e23.tar.gz gentoo-2-df9ced48f5cb17b56337ed25940aecf4d92e1e23.tar.bz2 gentoo-2-df9ced48f5cb17b56337ed25940aecf4d92e1e23.zip |
stable ppc64, bug 347179
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index 0f5d1360a15d..aedef4df536e 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.231 2010/12/28 16:53:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.232 2010/12/29 01:27:17 ranger Exp $ + + 29 Dec 2010; Brent Baude <ranger@gentoo.org> iptables-1.4.10.ebuild: + stable ppc64, bug 347179 28 Dec 2010; Markus Meier <maekke@gentoo.org> iptables-1.4.10.ebuild: arm stable, bug #347179 diff --git a/net-firewall/iptables/iptables-1.4.10.ebuild b/net-firewall/iptables/iptables-1.4.10.ebuild index b1ad1e114bd5..bfe41fb23862 100644 --- a/net-firewall/iptables/iptables-1.4.10.ebuild +++ b/net-firewall/iptables/iptables-1.4.10.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.10.ebuild,v 1.5 2010/12/28 16:53:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.10.ebuild,v 1.6 2010/12/29 01:27:17 ranger Exp $ EAPI="2" @@ -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" DEPEND="virtual/os-headers" |