summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/psyco/psyco-1.2.ebuild')
-rw-r--r--dev-python/psyco/psyco-1.2.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/psyco/psyco-1.2.ebuild b/dev-python/psyco/psyco-1.2.ebuild
index 8818b96960ab..9ba74dc94eb4 100644
--- a/dev-python/psyco/psyco-1.2.ebuild
+++ b/dev-python/psyco/psyco-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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.2.ebuild,v 1.5 2005/01/12 16:33:30 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.2.ebuild,v 1.1 2004/03/28 16:09:06 kloeri Exp $
inherit distutils
@@ -11,12 +11,10 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz"
IUSE=""
SLOT="0"
LICENSE="MIT"
-KEYWORDS="x86"
-DEPEND="<dev-lang/python-2.4"
+KEYWORDS="~x86"
src_install() {
distutils_src_install
insinto /usr/share/doc/${PF}/examples
doins ${S}/test/*
}
-