diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 06:01:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-22 06:01:32 +0000 |
commit | d92cc5c207d638928120ff98ffe3ac42e160bb64 (patch) | |
tree | 1af17729af5182315aabdfc2321841ee8f6e6fab /dev-lang/python | |
parent | db4 amd64 unmasking (diff) | |
download | gentoo-2-d92cc5c207d638928120ff98ffe3ac42e160bb64.tar.gz gentoo-2-d92cc5c207d638928120ff98ffe3ac42e160bb64.tar.bz2 gentoo-2-d92cc5c207d638928120ff98ffe3ac42e160bb64.zip |
amd64
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/python/python-2.2.3.ebuild | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest index d930dcd335f9..b33362b35e91 100644 --- a/dev-lang/python/Manifest +++ b/dev-lang/python/Manifest @@ -1,16 +1,16 @@ MD5 dc4b1d61146a0843e534756ab01aea95 ChangeLog 5069 MD5 067b51e93b48ce7877df67399883c842 python-2.1.3-r1.ebuild 2345 -MD5 1197270783d184d8abb7d7c5e81ecaea python-2.2.2-r1.ebuild 3125 MD5 4acba90247dbf1f810e372bbb8f11cb9 python-2.2.1-r5.ebuild 2919 -MD5 fd761cbeb4b7f9ed71ad4fb0b19a64ea python-2.2.3.ebuild 3001 +MD5 1197270783d184d8abb7d7c5e81ecaea python-2.2.2-r1.ebuild 3125 MD5 81969a1011c98f45f1996ca956156d77 python-2.2.2.ebuild 3027 -MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2-r1 62 +MD5 97e1abd568d5cd9c4e12e437a55270dc python-2.2.3.ebuild 3008 MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62 MD5 aa73c4258e3be099345a929ad6e01665 files/digest-python-2.2.1-r5 62 -MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 -MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 -MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2 62 +MD5 b7a6b00d8dede1534e7a5180a14542b1 files/digest-python-2.2.2-r1 62 +MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3 62 MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152 +MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997 +MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.1 178 MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.2 178 diff --git a/dev-lang/python/python-2.2.3.ebuild b/dev-lang/python/python-2.2.3.ebuild index 3f1f56d8126f..b3f9f0c9b113 100644 --- a/dev-lang/python/python-2.2.3.ebuild +++ b/dev-lang/python/python-2.2.3.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/dev-lang/python/python-2.2.3.ebuild,v 1.1 2003/06/02 13:03:23 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3.ebuild,v 1.2 2003/06/22 05:56:55 drobbins Exp $ IUSE="readline tcltk berkdb bootstrap" @@ -14,7 +14,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV%_*}/Python-${PV}.tgz" HOMEPAGE="http://www.python.org" LICENSE="PSF-2.2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" +KEYWORDS="amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) |