diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
commit | 69470401ea9716aba49ec8efa5ee46695b0346ea (patch) | |
tree | 5d0f46c61cc275f4531881bc8324dbf9d4c9dee6 /dev-python/psyco | |
parent | Removing empty dir (diff) | |
download | gentoo-2-69470401ea9716aba49ec8efa5ee46695b0346ea.tar.gz gentoo-2-69470401ea9716aba49ec8efa5ee46695b0346ea.tar.bz2 gentoo-2-69470401ea9716aba49ec8efa5ee46695b0346ea.zip |
stable bump
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/psyco-1.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/psyco/psyco-1.1.1.ebuild b/dev-python/psyco/psyco-1.1.1.ebuild index f934f9e4491f..f6f82a719c34 100644 --- a/dev-python/psyco/psyco-1.1.1.ebuild +++ b/dev-python/psyco/psyco-1.1.1.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.1.1.ebuild,v 1.2 2003/10/23 15:06:26 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.1.1.ebuild,v 1.3 2004/01/16 11:10:28 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86" +KEYWORDS="x86" src_install() { distutils_src_install |