diff options
Diffstat (limited to 'sys-devel/spython/spython-2.0-r7.ebuild')
-rw-r--r-- | sys-devel/spython/spython-2.0-r7.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 731806d9f9ef..a96b55301557 100644 --- a/sys-devel/spython/spython-2.0-r7.ebuild +++ b/sys-devel/spython/spython-2.0-r7.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.8 2002/07/09 20:13:55 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.9 2002/07/10 13:45:39 aliz Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -11,6 +11,8 @@ SRC_URI="http://www.python.org/ftp/python/2.0/BeOpen-Python-2.0.tar.bz2 HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" LICENSE="PYTHON" +SLOT="0" +KEYWORDS="x86" DEPEND=">=sys-devel/autoconf-2.13 >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" |