diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-21 19:44:58 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-21 19:44:58 +0000 |
commit | 25bccf4dccd37abf246c6d596cb09572e4a2a20d (patch) | |
tree | 3b109f982ad9f9b5755cf543c6dcba5c83bf4fe6 /dev-lang | |
parent | Made a small fix, to get unmerge working again (diff) | |
download | historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.gz historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.tar.bz2 historical-25bccf4dccd37abf246c6d596cb09572e4a2a20d.zip |
Some dependencies and autobuild fixes
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-1.5.2-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/python/python-1.5.2-r2.ebuild b/dev-lang/python/python-1.5.2-r2.ebuild index b9761b6c1405..bb1d218bdcad 100644 --- a/dev-lang/python/python-1.5.2-r2.ebuild +++ b/dev-lang/python/python-1.5.2-r2.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/dev-lang/python/python-1.5.2-r2.ebuild,v 1.4 2000/11/15 16:33:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-1.5.2-r2.ebuild,v 1.5 2000/11/21 19:44:58 achim Exp $ P=python-1.5.2 A="py152.tgz python-fchksum-1.1.tar.gz" @@ -19,6 +19,7 @@ DEPEND=">=sys-apps/bash-2.04 >=sys-libs/glibc-2.1.3 >=sys-libs/gpm-1.19.3 >=sys-libs/ncurses-5.1 + >=dev-lang/tcl-tk-8.1 >=x11-base/xfree-4.0.1" # This does not work >=dev-lang/tcl-tk-8.1.1 |