summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-07 17:56:22 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-07 17:56:22 +0000
commit1151e751a807ff50f6f72f84fc661fa98dcef688 (patch)
tree2e90ee8af8c2a6298f738f99855be5c54b84f321 /eclass/ChangeLog
parentStable for x86, wrt bug #441100 (diff)
downloadhistorical-1151e751a807ff50f6f72f84fc661fa98dcef688.tar.gz
historical-1151e751a807ff50f6f72f84fc661fa98dcef688.tar.bz2
historical-1151e751a807ff50f6f72f84fc661fa98dcef688.zip
Do not die when sub-phases return non-true value. This is inconsistent with normal phase behavior and not really useful since phase functions are supposed to die on their own.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 6380ccdcbb4b..dc3c4a0e7809 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.547 2012/12/07 17:55:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.548 2012/12/07 17:56:22 mgorny Exp $
+
+ 07 Dec 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
+ Do not die when sub-phases return non-true value. This is inconsistent with
+ normal phase behavior and not really useful since phase functions are
+ supposed to die on their own.
07 Dec 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Pass the best Python implementation info to the implementation-common phase