diff options
author | Markus Meier <maekke@gentoo.org> | 2010-12-28 16:53:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-12-28 16:53:02 +0000 |
commit | a5f11b8efdff1254e2205317546bf615f8a3bb89 (patch) | |
tree | 73f02278d32e84276e21ab9e7533cab89aa74e64 /net-firewall/iptables | |
parent | arm stable, bug #347113 (diff) | |
download | gentoo-2-a5f11b8efdff1254e2205317546bf615f8a3bb89.tar.gz gentoo-2-a5f11b8efdff1254e2205317546bf615f8a3bb89.tar.bz2 gentoo-2-a5f11b8efdff1254e2205317546bf615f8a3bb89.zip |
arm stable, bug #347179
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'net-firewall/iptables')
-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 e9a915f4e18f..0f5d1360a15d 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.230 2010/12/27 20:08:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.231 2010/12/28 16:53:02 maekke Exp $ + + 28 Dec 2010; Markus Meier <maekke@gentoo.org> iptables-1.4.10.ebuild: + arm stable, bug #347179 27 Dec 2010; Jeroen Roovers <jer@gentoo.org> iptables-1.4.10.ebuild: Stable for HPPA (bug #347179). diff --git a/net-firewall/iptables/iptables-1.4.10.ebuild b/net-firewall/iptables/iptables-1.4.10.ebuild index b5fbaf23b5c0..b1ad1e114bd5 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.4 2010/12/27 20:08:44 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.10.ebuild,v 1.5 2010/12/28 16:53:02 maekke 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" |