diff options
Diffstat (limited to 'dev-python/email-py21/email-py21-2.5.ebuild')
-rw-r--r-- | dev-python/email-py21/email-py21-2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/email-py21/email-py21-2.5.ebuild b/dev-python/email-py21/email-py21-2.5.ebuild index 4495cbeae7cb..ac9f11e4926a 100644 --- a/dev-python/email-py21/email-py21-2.5.ebuild +++ b/dev-python/email-py21/email-py21-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/email-py21-2.5.ebuild,v 1.1 2003/04/08 08:11:19 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/email-py21-2.5.ebuild,v 1.2 2003/06/21 22:30:24 drobbins Exp $ # Python 2.2.2 and 2.3 come with email version 2, while earlier versions of # Python 2.2.x come with email version 1. Python 2.1.x and earlier do not come @@ -16,6 +16,6 @@ DESCRIPTION="Helps to create, parse, generate, and modify email messages." HOMEPAGE="http://mimelib.sourceforge.net/" SRC_URI="mirror://sourceforge/mimelib/${P_NEW}.tar.gz" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 amd64 ~ppc" LICENSE="PSF-2.2" IUSE="" |