diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-22 12:16:00 +0000 |
commit | e2643dafc10ddb42c62e817114a02ff18f36b5f0 (patch) | |
tree | 381872729cf5cedfd6f0f3e75de847ddea389cd6 /dev-python/email-py21 | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.gz historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.tar.bz2 historical-e2643dafc10ddb42c62e817114a02ff18f36b5f0.zip |
reverting the x86 mess that amd64 made in dev-python. basically just
reverted to dev-python 24 hours ago.
Diffstat (limited to 'dev-python/email-py21')
-rw-r--r-- | dev-python/email-py21/Manifest | 2 | ||||
-rw-r--r-- | dev-python/email-py21/email-py21-2.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/email-py21/Manifest b/dev-python/email-py21/Manifest index 3e835cefcc0f..80452f72c2ca 100644 --- a/dev-python/email-py21/Manifest +++ b/dev-python/email-py21/Manifest @@ -1,3 +1,3 @@ MD5 0e489a652e5274471634dee06611952a ChangeLog 350 -MD5 e3e7af01627ad89a2ba4416c1cad31d6 email-py21-2.5.ebuild 775 +MD5 d7c372a3f9de693c639cd01bccab880c email-py21-2.5.ebuild 769 MD5 ab12788dd6530391d2437d3baf0dcd67 files/digest-email-py21-2.5 62 diff --git a/dev-python/email-py21/email-py21-2.5.ebuild b/dev-python/email-py21/email-py21-2.5.ebuild index ac9f11e4926a..f8b16cbfe7ee 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.2 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/email-py21-2.5.ebuild,v 1.3 2003/06/22 12:15:59 liquidx 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 amd64 ~ppc" +KEYWORDS="~x86 ~ppc" LICENSE="PSF-2.2" IUSE="" |