diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:27:28 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-03-06 05:27:28 +0000 |
commit | b0796da85f5fcf2897347016bd70674912db3061 (patch) | |
tree | 4e03661facbcc345c6444e4f17373d67398055c1 /sys-devel/spython | |
parent | New packages for gnome-1.4_beta2 used in rc4 (diff) | |
download | gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.tar.gz gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.tar.bz2 gentoo-2-b0796da85f5fcf2897347016bd70674912db3061.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/spython-2.0-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/spython/spython-2.0-r4.ebuild b/sys-devel/spython/spython-2.0-r4.ebuild index 1790d0e5f750..8fcd9d61a73f 100644 --- a/sys-devel/spython/spython-2.0-r4.ebuild +++ b/sys-devel/spython/spython-2.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-r4.ebuild,v 1.2 2001/02/27 18:26:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r4.ebuild,v 1.3 2001/03/06 05:27:28 achim Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -11,7 +11,7 @@ SRC_URI="http://www.python.org/ftp/python/src/BeOpen-Python-2.0.tar.bz2 HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum/" -DEPEND=">=sys-libs/zlib-1.1.3-r2 readline? ( >=sys-libs/readline-4.1-r2 )" +DEPEND=">=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )" RDEPEND="virtual/glibc" PROVIDE="virtual/python-2.0" |