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 | 61165985245a7bd008ae6e009f7be69f64bb043e (patch) | |
tree | 411629830ce879eb36ce969381f6d72ebc865433 /dev-python/psyco | |
parent | tthat pesky cleanilness will break 1.0 profile. reintroducing openldap 2.0.25. (diff) | |
download | gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.gz gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.tar.bz2 gentoo-2-61165985245a7bd008ae6e009f7be69f64bb043e.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/psyco')
-rw-r--r-- | dev-python/psyco/Manifest | 2 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.0_beta1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index f3ef8b40e241..d05d8cad3963 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,3 +1,3 @@ MD5 c67678326a8f587d5b4c40880b59c7b4 ChangeLog 351 -MD5 a14c059f7ca1fe18e151b4e57a2971da psyco-1.0.0_beta1.ebuild 555 +MD5 68a8868661cb686cfe4c1997884e6e50 psyco-1.0.0_beta1.ebuild 550 MD5 4c8829b71b8338e8841cd4db577357fb files/digest-psyco-1.0.0_beta1 69 diff --git a/dev-python/psyco/psyco-1.0.0_beta1.ebuild b/dev-python/psyco/psyco-1.0.0_beta1.ebuild index 3cae716dda51..af88d800590b 100644 --- a/dev-python/psyco/psyco-1.0.0_beta1.ebuild +++ b/dev-python/psyco/psyco-1.0.0_beta1.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-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.2 2003/06/21 22:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $ inherit distutils @@ -13,6 +13,6 @@ SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="~x86" S=${WORKDIR}/${PSYCO} |