diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-02-26 14:34:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-02-26 14:34:32 +0000 |
commit | 73b606fe3a875a26485ce7b6c91fe87083102faa (patch) | |
tree | 68d6a2e7a2944f8e80a79555f3febaf184d8c913 /eclass/ChangeLog | |
parent | Introduce the parallel variant of python_foreach_impl(). (diff) | |
download | gentoo-2-73b606fe3a875a26485ce7b6c91fe87083102faa.tar.gz gentoo-2-73b606fe3a875a26485ce7b6c91fe87083102faa.tar.bz2 gentoo-2-73b606fe3a875a26485ce7b6c91fe87083102faa.zip |
Re-use python_parallel_foreach_impl() in distutils-r1.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 7be63b942290..a9d52f603659 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.686 2013/02/26 14:33:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.687 2013/02/26 14:34:32 mgorny Exp $ + + 26 Feb 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: + Re-use python_parallel_foreach_impl() in distutils-r1. 26 Feb 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, python-r1.eclass: |