From a67285df96c7ddb3eddfb99edb1abafab335f89a Mon Sep 17 00:00:00 2001 From: Bryan Østergaard Date: Tue, 16 Aug 2005 22:00:31 +0000 Subject: Add fix for bug 88777 to stable versions. Package-Manager: portage-2.0.51.22-r2 --- dev-lang/python/python-2.3.4-r1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-lang/python/python-2.3.4-r1.ebuild') diff --git a/dev-lang/python/python-2.3.4-r1.ebuild b/dev-lang/python/python-2.3.4-r1.ebuild index 26ee22679858..2e957bc6903c 100644 --- a/dev-lang/python/python-2.3.4-r1.ebuild +++ b/dev-lang/python/python-2.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.9 2005/05/30 02:33:02 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4-r1.ebuild,v 1.10 2005/08/16 22:00:31 kloeri Exp $ # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -34,7 +34,9 @@ DEPEND=">=sys-libs/zlib-1.1.3 dev-libs/expat )" -RDEPEND="${DEPEND} dev-python/python-fchksum" +# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri + +PDEPEND="${DEPEND} dev-python/python-fchksum" # The dev-python/python-fchksum RDEPEND is needed to that this python provides # the functionality expected from previous pythons. -- cgit v1.2.3-65-gdbad