diff options
author | Mark Guertin <gerk@gentoo.org> | 2003-02-07 06:41:14 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2003-02-07 06:41:14 +0000 |
commit | 87bd8db2a6d73d0ab7c409b251ece02fbbd7444b (patch) | |
tree | a4fab26dad3bd0563318b7a9ecfc05ba43b39cad /sys-apps | |
parent | added new mol build (diff) | |
download | historical-87bd8db2a6d73d0ab7c409b251ece02fbbd7444b.tar.gz historical-87bd8db2a6d73d0ab7c409b251ece02fbbd7444b.tar.bz2 historical-87bd8db2a6d73d0ab7c409b251ece02fbbd7444b.zip |
added ppc to keywords
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iptables/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iptables/iptables-1.2.7a-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/iptables/ChangeLog b/sys-apps/iptables/ChangeLog index 86d25edde0f8..9a825b0c619e 100644 --- a/sys-apps/iptables/ChangeLog +++ b/sys-apps/iptables/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/iptables # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/ChangeLog,v 1.22 2003/01/10 17:58:25 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/ChangeLog,v 1.23 2003/02/07 06:41:14 gerk Exp $ *iptables-1.2.7a-r3 (09 Jan 2003) + 06 Feb 2003; Mark Guertin <gerk@gentoo.org> iptables-1.2.7a-r3.ebuild : + Added ppc keyword + 10 Jan 2003; Joshua Brindle <method@gentoo.org> iptables-1.2.7a-r3.ebuild : unmasked for x86, sparc, alpha re: bug #13466 fixed sed string re: bug #13644 diff --git a/sys-apps/iptables/iptables-1.2.7a-r3.ebuild b/sys-apps/iptables/iptables-1.2.7a-r3.ebuild index b63dffe82ce0..8f5750bb227b 100644 --- a/sys-apps/iptables/iptables-1.2.7a-r3.ebuild +++ b/sys-apps/iptables/iptables-1.2.7a-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.7a-r3.ebuild,v 1.2 2003/01/10 17:58:25 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.7a-r3.ebuild,v 1.3 2003/02/07 06:41:14 gerk Exp $ inherit eutils @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="Kernel 2.4 firewall, NAT and packet mangling tools" SRC_URI="http://www.iptables.org/files/${P}.tar.bz2" HOMEPAGE="http://www.iptables.org/" -KEYWORDS="x86 alpha sparc" +KEYWORDS="x86 ppc alpha sparc" SLOT="0" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/glibc |