diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:37:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 20:37:03 +0000 |
commit | 8c88484c15086cf099dcde31ced9a597154fe5b8 (patch) | |
tree | 25443ed131828b1f9871911f451e665dfadabd20 /dev-python/psyco | |
parent | Fix typo. (Manifest recommit) (diff) | |
download | gentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.tar.gz gentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.tar.bz2 gentoo-2-8c88484c15086cf099dcde31ced9a597154fe5b8.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.0_beta1.ebuild | 5 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.1.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index 9d660c78ba87..328ed6a0c4d0 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psyco # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.5 2004/03/28 16:09:06 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.6 2004/05/07 20:37:03 kloeri Exp $ + + 07 May 2004; Bryan Østergaard <kloeri@gentoo.org> psyco-1.0.0_beta1.ebuild: + Add missing IUSE. *psyco-1.2 (28 Mar 2004) 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} diff --git a/dev-python/psyco/psyco-1.0.ebuild b/dev-python/psyco/psyco-1.0.ebuild index c5b36b4ef0fb..48c743c35963 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. +# 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.ebuild,v 1.3 2003/10/23 15:06:26 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.ebuild,v 1.4 2004/05/07 20:37:03 kloeri Exp $ inherit distutils diff --git a/dev-python/psyco/psyco-1.1.1.ebuild b/dev-python/psyco/psyco-1.1.1.ebuild index f6f82a719c34..9a5a03b155fe 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. +# 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.1.1.ebuild,v 1.3 2004/01/16 11:10:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.1.1.ebuild,v 1.4 2004/05/07 20:37:03 kloeri Exp $ inherit distutils |