diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:39:16 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:39:16 +0000 |
commit | 1c9a9fae1cc7e9b037261df345e9b5279c647632 (patch) | |
tree | fb26835ed7935608989a2e4a03b9c5b9b7dbac29 /dev-python/psyco | |
parent | updated metadata.xml (diff) | |
download | historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.tar.gz historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.tar.bz2 historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.zip |
stable bump
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/Manifest | 4 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index 79c28117c158..196b161eb456 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,6 +1,6 @@ MD5 030a843bf28e4d82019cc3e0dc335f2a ChangeLog 487 -MD5 b14fea0aa3057aa2dfccfec8dc79e266 psyco-1.0.0_beta1.ebuild 548 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 f5a5b4e95649e19e2cf6202da738e9c4 psyco-1.0.ebuild 601 +MD5 b14fea0aa3057aa2dfccfec8dc79e266 psyco-1.0.0_beta1.ebuild 548 +MD5 b8130759dfbd4fe70045f0a55d7b0605 psyco-1.0.ebuild 600 MD5 d01d141cde6e4bbd46258905f4140192 files/digest-psyco-1.0 65 MD5 4c8829b71b8338e8841cd4db577357fb files/digest-psyco-1.0.0_beta1 69 diff --git a/dev-python/psyco/psyco-1.0.ebuild b/dev-python/psyco/psyco-1.0.ebuild index c85986cda62b..d1c8ed35a7e3 100644 --- a/dev-python/psyco/psyco-1.0.ebuild +++ b/dev-python/psyco/psyco-1.0.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.ebuild,v 1.1 2003/06/23 09:22:36 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.ebuild,v 1.2 2003/10/08 10:23:16 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_install() { distutils_src_install |