diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-11-08 17:11:17 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-11-08 17:11:17 +0000 |
commit | c7c1cbe8f9dea65c975f0d33990ee17fc85b330c (patch) | |
tree | 9a50b441191bc17edd365085fe2382e82a0ebf2f /net-mail/getmail/getmail-3.2.1.ebuild | |
parent | added sparc keyword (diff) | |
download | historical-c7c1cbe8f9dea65c975f0d33990ee17fc85b330c.tar.gz historical-c7c1cbe8f9dea65c975f0d33990ee17fc85b330c.tar.bz2 historical-c7c1cbe8f9dea65c975f0d33990ee17fc85b330c.zip |
add amd64 flag
Diffstat (limited to 'net-mail/getmail/getmail-3.2.1.ebuild')
-rw-r--r-- | net-mail/getmail/getmail-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/getmail/getmail-3.2.1.ebuild b/net-mail/getmail/getmail-3.2.1.ebuild index e3d318898dc6..73aaea2f9e69 100644 --- a/net-mail/getmail/getmail-3.2.1.ebuild +++ b/net-mail/getmail/getmail-3.2.1.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-mail/getmail/getmail-3.2.1.ebuild,v 1.1 2003/10/19 16:40:31 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-3.2.1.ebuild,v 1.2 2003/11/08 17:11:15 brad_mssw 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-3.0/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="virtual/python" |