summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-07 23:17:35 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-11-07 23:17:35 +0000
commit5554ffb278916be58eacc8075e777a7139b25327 (patch)
tree216d254cb29f03c06f46332e9796ca47c18b6d3a /dev-lang
parentVersion bump. device-mapper & cryptsetup fixes. (diff)
downloadgentoo-2-5554ffb278916be58eacc8075e777a7139b25327.tar.gz
gentoo-2-5554ffb278916be58eacc8075e777a7139b25327.tar.bz2
gentoo-2-5554ffb278916be58eacc8075e777a7139b25327.zip
Make logging module ignore absence of multiprocessing module (bug #291109).
(Portage version: 14803-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog7
-rw-r--r--dev-lang/python/python-3.1.1-r1.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 0146c0aaf7e7..2e1d1665868c 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.430 2009/10/30 11:49:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.431 2009/11/07 23:17:35 arfrever Exp $
+
+ 07 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-3.1.1-r1.ebuild:
+ Make logging module ignore absence of multiprocessing module (bug
+ #291109).
*python-2.6.4 (30 Oct 2009)
diff --git a/dev-lang/python/python-3.1.1-r1.ebuild b/dev-lang/python/python-3.1.1-r1.ebuild
index 56f0a1c37ba2..3ffd64ac5388 100644
--- a/dev-lang/python/python-3.1.1-r1.ebuild
+++ b/dev-lang/python/python-3.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.16 2009/10/30 11:45:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuild,v 1.17 2009/11/07 23:17:35 arfrever Exp $
EAPI="2"
@@ -14,7 +14,7 @@ PYVER="${PYVER_MAJOR}.${PYVER_MINOR}"
MY_P="Python-${PV}"
S="${WORKDIR}/${MY_P}"
-PATCHSET_REVISION="2"
+PATCHSET_REVISION="3"
DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
HOMEPAGE="http://www.python.org/"
@@ -79,9 +79,6 @@ src_prepare() {
rm Lib/distutils/command/wininst-*.exe
fi
- # Don't silence output of setup.py.
- sed -e "/setup\.py -q build/d" -i Makefile.pre.in
-
# Fix OtherFileTests.testStdin() not to assume
# that stdin is a tty for bug #248081.
sed -e "s:'osf1V5':'osf1V5' and sys.stdin.isatty():" -i Lib/test/test_file.py || die "sed failed"