diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:11:00 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:11:00 +0000 |
commit | 5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b (patch) | |
tree | 4a5b188d0c23117931a257f6ead76d6ce910005d /dev-lang/python | |
parent | Update w/ patch to allow nautilus to build with mozilla-1.0_rc1. Resolves bug... (diff) | |
download | gentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.tar.gz gentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.tar.bz2 gentoo-2-5ff04769b41ac920566a7a3fedb9d3a5c8b03f0b.zip |
Closing bug #2092
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.2-r6.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.2-r6.ebuild b/dev-lang/python/python-2.2-r6.ebuild index d2867bd7edf3..8d5ec4ac396d 100644 --- a/dev-lang/python/python-2.2-r6.ebuild +++ b/dev-lang/python/python-2.2-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r6.ebuild,v 1.2 2002/04/25 02:26:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2-r6.ebuild,v 1.3 2002/04/25 06:11:00 drobbins Exp $ PYVER_MAJOR="`echo ${PV} | cut -d '.' -f 1`" PYVER_MINOR="`echo ${PV} | cut -d '.' -f 2`" @@ -15,8 +15,11 @@ DEPEND="virtual/glibc >=sys-libs/zlib-1.1.3 readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 ) berkdb? ( >=sys-libs/db-3 ) tcltk? ( >=dev-lang/tk-8.0 )" +RDEPEND="$DEPEND dev-python/python-fchksum" + +# The dev-python/python-fchksum RDEPEND is needed to that this python provides +# the functionality expected from previous pythons. -RDEPEND="$DEPEND" PROVIDE="virtual/python" SLOT="2.2" |