summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-05 10:00:30 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-05 10:00:30 +0000
commitd38a6a323dad10c03dfe138bad93a4b335fbde20 (patch)
treed9c966443debc39fbb605d5e51c151a9c0913368 /eclass/ChangeLog
parent0.9.13 version bump. (diff)
downloadhistorical-d38a6a323dad10c03dfe138bad93a4b335fbde20.tar.gz
historical-d38a6a323dad10c03dfe138bad93a4b335fbde20.tar.bz2
historical-d38a6a323dad10c03dfe138bad93a4b335fbde20.zip
Always write split logs, even in non-parallel builds.
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 f15ea543eaa6..342f9f934a24 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.598 2013/01/05 02:27:16 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.599 2013/01/05 10:00:30 mgorny Exp $
+
+ 05 Jan 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
+ Always write split logs, even in non-parallel builds.
05 Jan 2013; Zac Medico <zmedico@gentoo.org> autotools.eclass:
Avoid unsafe nested multijob_finish_one in eautoreconf for bug #426512.