summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-08-15 21:31:11 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-08-15 21:31:11 +0000
commitd57aa7d1ec26d8662a8ed787c8c3acf859985c50 (patch)
treea73785c1b55cdf35cb2ae8a629ef6cfdce0998ff /dev-lang/python
parentMarked ~amd64 (diff)
downloadgentoo-2-d57aa7d1ec26d8662a8ed787c8c3acf859985c50.tar.gz
gentoo-2-d57aa7d1ec26d8662a8ed787c8c3acf859985c50.tar.bz2
gentoo-2-d57aa7d1ec26d8662a8ed787c8c3acf859985c50.zip
Fix bug 88777 in ~arch versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/python')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-2.3.5-r1.ebuild6
-rw-r--r--dev-lang/python/python-2.4.1-r1.ebuild6
3 files changed, 13 insertions, 5 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index fa27c03e507f..d689bafa04ea 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.155 2005/08/11 02:53:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.156 2005/08/15 21:31:11 kloeri Exp $
+
+ 15 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> python-2.3.5-r1.ebuild,
+ python-2.4.1-r1.ebuild:
+ Fix bug 88777 in ~arch versions.
11 Aug 2005; Mike Frysinger <vapier@gentoo.org>
+files/python-2.4.1-bindir-libdir.patch,
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"
diff --git a/dev-lang/python/python-2.4.1-r1.ebuild b/dev-lang/python/python-2.4.1-r1.ebuild
index b37353971ee3..367bc75f20d7 100644
--- a/dev-lang/python/python-2.4.1-r1.ebuild
+++ b/dev-lang/python/python-2.4.1-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.4.1-r1.ebuild,v 1.5 2005/08/11 15:05:43 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.1-r1.ebuild,v 1.6 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
@@ -44,7 +44,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"