summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-26 18:52:04 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-26 18:52:04 +0000
commit8e6221409051938a1b5952911e886c94180d061c (patch)
tree56684c318ab2c63a8c37ebb22b16c5e001b915ba /dev-lang/python/ChangeLog
parentAdd Changelog entry. (diff)
downloadgentoo-2-8e6221409051938a1b5952911e886c94180d061c.tar.gz
gentoo-2-8e6221409051938a1b5952911e886c94180d061c.tar.bz2
gentoo-2-8e6221409051938a1b5952911e886c94180d061c.zip
Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
Check availability of nis headers before building of nis module (bug #288110). Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation (bug #299044). Don't ignore __cmp__() of metaclasses. (Portage version: 15209-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python/ChangeLog')
-rw-r--r--dev-lang/python/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 85eb43bf0be7..3ed133e416e5 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.444 2010/01/12 13:52:52 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.445 2010/01/26 18:52:04 arfrever Exp $
+
+*python-2.6.4-r1 (26 Jan 2010)
+
+ 26 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +python-2.6.4-r1.ebuild:
+ Respect PYTHONDONTWRITEBYTECODE / sys.dont_write_bytecode in distutils.
+ Check availability of nis headers before building of nis module (bug #288110).
+ Use pkg-config found by AC_PATH_TOOL() to avoid problem during crosscompilation
+ (bug #299044). Don't ignore __cmp__() of metaclasses.
12 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
python-2.4.6.ebuild, python-2.5.4-r3.ebuild, python-2.5.4-r4.ebuild,