diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:20:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 16:20:40 +0000 |
commit | 68cb6a6df4272f3b98625a028a786457f2100251 (patch) | |
tree | 24b02be29026487be73fe6bc597721a6f10effe7 /net-mail/getmail/getmail-2.3.8.ebuild | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.tar.gz gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.tar.bz2 gentoo-2-68cb6a6df4272f3b98625a028a786457f2100251.zip |
Remove arm keywords
Diffstat (limited to 'net-mail/getmail/getmail-2.3.8.ebuild')
-rw-r--r-- | net-mail/getmail/getmail-2.3.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/getmail/getmail-2.3.8.ebuild b/net-mail/getmail/getmail-2.3.8.ebuild index a448b6b3f8ac..ed995c8d9a61 100644 --- a/net-mail/getmail/getmail-2.3.8.ebuild +++ b/net-mail/getmail/getmail-2.3.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-2.3.8.ebuild,v 1.8 2003/02/13 14:32:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-2.3.8.ebuild,v 1.9 2004/02/22 16:18:57 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" @@ -9,7 +9,7 @@ SRC_URI="http://www.qcc.ca/~charlesc/software/getmail-2.0/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " +KEYWORDS="x86 ppc sparc" DEPEND="virtual/python" |