diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:33:49 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-06-21 22:33:49 +0000 |
commit | d26c6e681f0bb3f4be748bf4885b0b6ec99f47e1 (patch) | |
tree | 81bf5f5afbaeb4a4a284da5eb21328c7f35adf4a /dev-python/psyco | |
parent | put KEYWORDS back in (diff) | |
download | historical-d26c6e681f0bb3f4be748bf4885b0b6ec99f47e1.tar.gz historical-d26c6e681f0bb3f4be748bf4885b0b6ec99f47e1.tar.bz2 historical-d26c6e681f0bb3f4be748bf4885b0b6ec99f47e1.zip |
amd64 keywords
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 d05d8cad3963..f3ef8b40e241 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,3 +1,3 @@ MD5 c67678326a8f587d5b4c40880b59c7b4 ChangeLog 351 -MD5 68a8868661cb686cfe4c1997884e6e50 psyco-1.0.0_beta1.ebuild 550 +MD5 a14c059f7ca1fe18e151b4e57a2971da psyco-1.0.0_beta1.ebuild 555 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 04ff6b47f9b2..3cae716dda51 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.1 2003/04/20 00:53:12 blauwers Exp $ +# $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 $ inherit distutils @@ -13,6 +13,6 @@ SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86 amd64" S=${WORKDIR}/${PSYCO} |