diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-05 12:36:51 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-05-05 12:36:51 +0000 |
commit | dd1f201135573581cd98ca9e871483d337a919b4 (patch) | |
tree | d701964162fa0c73825e06fd622154f931c453c9 /net-firewall/iptables | |
parent | version bump (diff) | |
download | gentoo-2-dd1f201135573581cd98ca9e871483d337a919b4.tar.gz gentoo-2-dd1f201135573581cd98ca9e871483d337a919b4.tar.bz2 gentoo-2-dd1f201135573581cd98ca9e871483d337a919b4.zip |
Unmask x86
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r-- | net-firewall/iptables/ChangeLog | 7 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.2.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-firewall/iptables/ChangeLog b/net-firewall/iptables/ChangeLog index f34ec090bcab..9b910d4ecf31 100644 --- a/net-firewall/iptables/ChangeLog +++ b/net-firewall/iptables/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for net-firewall/iptables # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.10 2003/05/04 18:19:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/ChangeLog,v 1.11 2003/05/05 12:36:51 aliz Exp $ + + 05 May 2003; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.8-r1.ebuild : + Unmasked on x86. *iptables-1.2.8-r1 (04 May 2003) - 04 May May 2003; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.8-r1.ebuild, files/iptables.init + 04 May 2003; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.8-r1.ebuild, files/iptables.init files/iptables.confd, files/ip6tables.init files/ip6tables.confd : Fixed ipv6 support. Closes #17155. diff --git a/net-firewall/iptables/iptables-1.2.8-r1.ebuild b/net-firewall/iptables/iptables-1.2.8-r1.ebuild index 7b353795db36..484fef81f316 100644 --- a/net-firewall/iptables/iptables-1.2.8-r1.ebuild +++ b/net-firewall/iptables/iptables-1.2.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.8-r1.ebuild,v 1.1 2003/05/04 18:19:03 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.2.8-r1.ebuild,v 1.2 2003/05/05 12:36:51 aliz Exp $ inherit eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" HOMEPAGE="http://www.iptables.org/" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips" +KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~arm ~mips" LICENSE="GPL-2" # iptables is dependent on kernel sources. Strange but true. |