diff options
author | 2004-04-15 20:25:54 +0000 | |
---|---|---|
committer | 2004-04-15 20:25:54 +0000 | |
commit | ab519581f5daa02b9fb175842ae858027f80ab03 (patch) | |
tree | 1ac73df3d7ef66e6af8326e5357bfbf095811abf /dev-python/email-py21 | |
parent | Added to ~ppc (diff) | |
download | historical-ab519581f5daa02b9fb175842ae858027f80ab03.tar.gz historical-ab519581f5daa02b9fb175842ae858027f80ab03.tar.bz2 historical-ab519581f5daa02b9fb175842ae858027f80ab03.zip |
ppc needs stable dev-lang/python-2.1 first
Diffstat (limited to 'dev-python/email-py21')
-rw-r--r-- | dev-python/email-py21/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/email-py21/email-py21-2.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/email-py21/ChangeLog b/dev-python/email-py21/ChangeLog index adb70fce8571..b5906949d8d9 100644 --- a/dev-python/email-py21/ChangeLog +++ b/dev-python/email-py21/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/email-py21 -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/ChangeLog,v 1.2 2003/06/23 02:40:38 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/ChangeLog,v 1.3 2004/04/15 20:23:51 mr_bones_ Exp $ + + 15 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> email-py21-2.5.ebuild: + ppc needs stable dev-lang/python-2.1 first 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> email-py21-2.5.ebuild: ~x86 ~ppc -> x86 ppc diff --git a/dev-python/email-py21/email-py21-2.5.ebuild b/dev-python/email-py21/email-py21-2.5.ebuild index 51769b21a930..9002affa770c 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 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/dev-python/email-py21/email-py21-2.5.ebuild,v 1.6 2003/09/08 07:16:26 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/email-py21/email-py21-2.5.ebuild,v 1.7 2004/04/15 20:23:51 mr_bones_ 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 @@ -18,4 +18,4 @@ SRC_URI="mirror://sourceforge/mimelib/${P_NEW}.tar.gz" LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ~ppc" |