summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/python-2.3.5-r1.ebuild')
-rw-r--r--dev-lang/python/python-2.3.5-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/python/python-2.3.5-r1.ebuild b/dev-lang/python/python-2.3.5-r1.ebuild
index 783cec9c3cd4..1ad08d5f78ae 100644
--- a/dev-lang/python/python-2.3.5-r1.ebuild
+++ b/dev-lang/python/python-2.3.5-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.5-r1.ebuild,v 1.1 2005/06/16 21:19:33 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r1.ebuild,v 1.2 2005/08/15 21:31:11 kloeri Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -41,7 +41,9 @@ DEPEND=">=sys-libs/zlib-1.1.3
# it to compile python. We just need to ensure that when we install
# python, we definitely have fchksum support. - liquidx
-RDEPEND="${DEPEND} dev-python/python-fchksum"
+# NOTE: changed RDEPEND to PDEPEND to resolve bug 88777. - kloeri
+
+PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"