diff options
author | Jack Morgan <jmorgan@gentoo.org> | 2002-09-23 11:36:54 +0000 |
---|---|---|
committer | Jack Morgan <jmorgan@gentoo.org> | 2002-09-23 11:36:54 +0000 |
commit | 7959d9fdef12f29448a865c7e18c2b8736c5b082 (patch) | |
tree | 30eb28dbc04eafe703d68545c985fcf99d221a29 /sys-apps/iptables | |
parent | Some packages need this (diff) | |
download | historical-7959d9fdef12f29448a865c7e18c2b8736c5b082.tar.gz historical-7959d9fdef12f29448a865c7e18c2b8736c5b082.tar.bz2 historical-7959d9fdef12f29448a865c7e18c2b8736c5b082.zip |
added sparc/sparc64 keywords
Diffstat (limited to 'sys-apps/iptables')
-rw-r--r-- | sys-apps/iptables/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/iptables/iptables-1.2.7a.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/iptables/ChangeLog b/sys-apps/iptables/ChangeLog index 5fd50a26b94f..550515ef34cb 100644 --- a/sys-apps/iptables/ChangeLog +++ b/sys-apps/iptables/ChangeLog @@ -1,11 +1,13 @@ # 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.10 2002/09/09 14:04:08 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/ChangeLog,v 1.11 2002/09/23 11:36:54 jmorgan Exp $ *iptables-1.2.7a (27 Aug 2002) - 09 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.7a.ebuild : + 23 Sep 2002; Jack Morgan <jmorgan@gentoo.org> iptables-1.2.7a.ebuild : + Added sparc/sparc64 keywords + 09 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.7a.ebuild : Cleaned up configurationfiles and ebuild, added blocke's changes to -r1 into this version. 08 Sep 2002; Bruce A. Locke <blocke@shivan.org> iptables-1.2.6a-r3.ebuild, iptables-1.2.7a-r2, files/iptables.confd-2, files/iptables.init-2 diff --git a/sys-apps/iptables/iptables-1.2.7a.ebuild b/sys-apps/iptables/iptables-1.2.7a.ebuild index 06fa26c85a8a..26fed79c55cf 100644 --- a/sys-apps/iptables/iptables-1.2.7a.ebuild +++ b/sys-apps/iptables/iptables-1.2.7a.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.7a.ebuild,v 1.5 2002/09/21 12:09:35 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/iptables-1.2.7a.ebuild,v 1.6 2002/09/23 11:36:54 jmorgan Exp $ 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" +KEYWORDS="x86 alpha sparc sparc64" SLOT="0" # iptables is dependent on kernel sources. Strange but true. DEPEND="virtual/glibc" |