diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-12-11 18:32:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-12-11 18:32:30 +0000 |
commit | 41279f3e2f76c8a43fe96dd9cfde6d05f190cf6f (patch) | |
tree | 75cb911d9c82fb4d1fcebb9ff03701661acf6aba /eclass/ChangeLog | |
parent | Version bump. (diff) | |
download | gentoo-2-41279f3e2f76c8a43fe96dd9cfde6d05f190cf6f.tar.gz gentoo-2-41279f3e2f76c8a43fe96dd9cfde6d05f190cf6f.tar.bz2 gentoo-2-41279f3e2f76c8a43fe96dd9cfde6d05f190cf6f.zip |
Always restore initial directory after sub-phase run. Fixes bug #532168 and possibly more.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index ff19c3bf969f..5ee9589881e1 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1457 2014/12/11 09:07:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1458 2014/12/11 18:32:30 mgorny Exp $ + + 11 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: + Always restore initial directory after sub-phase run. Fixes bug #532168 and + possibly more. 11 Dec 2014; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Restore using separate HOMEs for Python implementations, because of |