diff options
Diffstat (limited to 'dev-python/psyco/psyco-1.0.0_beta1.ebuild')
-rw-r--r-- | dev-python/psyco/psyco-1.0.0_beta1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/psyco/psyco-1.0.0_beta1.ebuild b/dev-python/psyco/psyco-1.0.0_beta1.ebuild index 01c253709c2e..233a67ceebc2 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. +# Copyright 1999-2004 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.4 2003/06/23 09:22:36 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.5 2004/05/07 20:37:03 kloeri Exp $ inherit distutils @@ -14,5 +14,6 @@ SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" S=${WORKDIR}/${PSYCO} |