From 61165985245a7bd008ae6e009f7be69f64bb043e Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Sun, 22 Jun 2003 12:16:00 +0000 Subject: reverting the x86 mess that amd64 made in dev-python. basically just reverted to dev-python 24 hours ago. --- dev-python/psyco/Manifest | 2 +- dev-python/psyco/psyco-1.0.0_beta1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-python/psyco') 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} -- cgit v1.2.3-65-gdbad