diff options
author | 2002-04-25 06:11:00 +0000 | |
---|---|---|
committer | 2002-04-25 06:11:00 +0000 | |
commit | a1a856ee3c997b79b7b2cd92564ffbb0229067e8 (patch) | |
tree | a8e339e41f2384cf7eee739cd1dbeecce84daa83 /dev-lang/python | |
parent | Update w/ patch to allow nautilus to build with mozilla-1.0_rc1. Resolves bug... (diff) | |
download | historical-a1a856ee3c997b79b7b2cd92564ffbb0229067e8.tar.gz historical-a1a856ee3c997b79b7b2cd92564ffbb0229067e8.tar.bz2 historical-a1a856ee3c997b79b7b2cd92564ffbb0229067e8.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" |