diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-28 08:24:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-28 08:24:12 +0000 |
commit | cd491234e2cc6defe33bf634a6444a869147bbd7 (patch) | |
tree | 6ac16634cb7da0f81a9344a009ed4185f484dab0 /sys-devel | |
parent | Added USE guile,python,mysql (diff) | |
download | gentoo-2-cd491234e2cc6defe33bf634a6444a869147bbd7.tar.gz gentoo-2-cd491234e2cc6defe33bf634a6444a869147bbd7.tar.bz2 gentoo-2-cd491234e2cc6defe33bf634a6444a869147bbd7.zip |
Added virtual/python
Diffstat (limited to 'sys-devel')
-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 2e1b4ab415f4..ee09fa17c991 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.4 2001/04/06 15:21:24 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r4.ebuild,v 1.5 2001/04/28 08:24:12 achim Exp $ S=${WORKDIR}/Python-2.0 S2=${WORKDIR}/python-fchksum-1.1 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.python.org http://www.azstarnet.com/~donut/programs/fchksum 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" +PROVIDE="virtual/python" src_unpack() { |