diff options
author | 2013-05-11 11:17:58 +0000 | |
---|---|---|
committer | 2013-05-11 11:17:58 +0000 | |
commit | 954de2a7153b630074c6b956cf94d3a2076ccf28 (patch) | |
tree | 79128dba05bb005d887d16d71a9ed94465ea56a7 /eclass/ChangeLog | |
parent | Stable for arm, wrt bug #468504 (diff) | |
download | gentoo-2-954de2a7153b630074c6b956cf94d3a2076ccf28.tar.gz gentoo-2-954de2a7153b630074c6b956cf94d3a2076ccf28.tar.bz2 gentoo-2-954de2a7153b630074c6b956cf94d3a2076ccf28.zip |
use find to get file permissions instead of chmod --reference which is not portable, bug #468952
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 734fbfd3894d..8ae87def83f0 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.818 2013/05/10 22:03:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.819 2013/05/11 11:17:58 aballier Exp $ + + 11 May 2013; Alexis Ballier <aballier@gentoo.org> libtool.eclass: + use find to get file permissions instead of chmod --reference which is not + portable, bug #468952 10 May 2013; Michał Górny <mgorny@gentoo.org> python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, python-utils-r1.eclass: |