summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-03-09 23:32:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-03-09 23:32:24 +0000
commit3cc6410b8ea8d4982f7d3201a317323ee116b104 (patch)
tree45b80592e34f4e800fb24e2ad2ae81b897042c71 /net-firewall
parentstable on alpha and ia64 (Manifest recommit) (diff)
downloadgentoo-2-3cc6410b8ea8d4982f7d3201a317323ee116b104.tar.gz
gentoo-2-3cc6410b8ea8d4982f7d3201a317323ee116b104.tar.bz2
gentoo-2-3cc6410b8ea8d4982f7d3201a317323ee116b104.zip
stable on alpha and ia64
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/ChangeLog5
-rw-r--r--net-firewall/iptables/iptables-1.2.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog
index 047e51be853d..a435ad4f6e17 100644
--- a/net-firewall/iptables/ChangeLog
+++ b/net-firewall/iptables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-firewall/iptables
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.21 2004/03/09 16:01:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.22 2004/03/09 23:30:10 agriffis Exp $
+
+ 09 Mar 2004; <agriffis@gentoo.org> iptables-1.2.9.ebuild:
+ stable on alpha and ia64
09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.9.ebuild:
+ Added einfo about kernel 2.4.21, closing #25919.
diff --git a/net-firewall/iptables/iptables-1.2.9.ebuild b/net-firewall/iptables/iptables-1.2.9.ebuild
index 2e097033ac2f..b30a409c29b3 100644
--- a/net-firewall/iptables/iptables-1.2.9.ebuild
+++ b/net-firewall/iptables/iptables-1.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.8 2004/03/09 16:01:01 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.9.ebuild,v 1.9 2004/03/09 23:30:10 agriffis Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="http://www.iptables.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~alpha sparc hppa ~mips ~ia64 amd64"
+KEYWORDS="x86 ~ppc alpha sparc hppa ~mips ia64 amd64"
IUSE="ipv6"
# iptables is dependent on kernel sources. Strange but true.