summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-03 00:31:58 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-03 00:31:58 +0000
commit7195723ffd89d773ae0c7709419e483f8ea82567 (patch)
tree484bd8f0cbec5b2a4026e7d8fb872112fcbb26e5 /eclass/ChangeLog
parentMigrate to virtual/pkgconfig. (diff)
downloadhistorical-7195723ffd89d773ae0c7709419e483f8ea82567.tar.gz
historical-7195723ffd89d773ae0c7709419e483f8ea82567.tar.bz2
historical-7195723ffd89d773ae0c7709419e483f8ea82567.zip
Declare local S in _python-distutils-ng_run_for_impl.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 9837b300de25..3178130ba387 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.234 2012/05/02 21:40:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.235 2012/05/03 00:31:58 floppym Exp $
+
+ 03 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass:
+ Declare local S in _python-distutils-ng_run_for_impl.
02 May 2012; Mike Gilbert <floppym@gentoo.org> python-distutils-ng.eclass:
Fix bytecode generation with Python 3, bug 413771. Patch by James Rowe.