diff options
Diffstat (limited to 'dev-python/psyco/psyco-1.3.ebuild')
-rw-r--r-- | dev-python/psyco/psyco-1.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/psyco/psyco-1.3.ebuild b/dev-python/psyco/psyco-1.3.ebuild index ac991cc3d11b..7f56d96939c9 100644 --- a/dev-python/psyco/psyco-1.3.ebuild +++ b/dev-python/psyco/psyco-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.3.ebuild,v 1.2 2005/01/12 16:33:30 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.3.ebuild,v 1.3 2006/02/16 22:52:05 marienz Exp $ inherit distutils @@ -12,8 +12,7 @@ IUSE="" SLOT="0" LICENSE="MIT" KEYWORDS="~x86" -DEPEND="<dev-lang/python-2.4 - !dev-python/psyco-cvs" +DEPEND="<dev-lang/python-2.4" src_install() { distutils_src_install |