diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-16 22:00:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-08-16 22:00:31 +0000 |
commit | a67285df96c7ddb3eddfb99edb1abafab335f89a (patch) | |
tree | 80add197449339b8cbff98864872117fba9b266f /dev-lang/python/python-2.3.4-r1.ebuild | |
parent | version bump (diff) | |
download | historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.tar.gz historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.tar.bz2 historical-a67285df96c7ddb3eddfb99edb1abafab335f89a.zip |
Add fix for bug 88777 to stable versions.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang/python/python-2.3.4-r1.ebuild')
-rw-r--r-- | dev-lang/python/python-2.3.4-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
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. |