diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-10 22:09:30 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-10 22:09:30 +0000 |
commit | 8f8f66e55279633e1927da509b2ad8ca3dcbb888 (patch) | |
tree | 36a687e57591f455f87d59ce093990111cf82589 /eclass/ChangeLog | |
parent | mask USE=seccomp for app-emulation/qemu (sys-libs/libseccomp knows only about... (diff) | |
download | historical-8f8f66e55279633e1927da509b2ad8ca3dcbb888.tar.gz historical-8f8f66e55279633e1927da509b2ad8ca3dcbb888.tar.bz2 historical-8f8f66e55279633e1927da509b2ad8ca3dcbb888.zip |
Use locks to avoid race conditions when merging (bug #449760). Use tar instead of cp on FreeBSD due to bug when copying broken symlinks (bug #447370).
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 6091ce077b34..399fa7006fd3 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.605 2013/01/09 17:26:55 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.606 2013/01/10 22:09:30 mgorny Exp $ + + 10 Jan 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: + Use locks to avoid race conditions when merging (bug #449760). Use tar + instead of cp on FreeBSD due to bug when copying broken symlinks (bug + #447370). 09 Jan 2013; Ian Stakenvicius <axs@gentoo.org> git-2.eclass: added documentation for an undocumented override variable |