diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-05-22 05:10:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-05-22 05:10:29 +0000 |
commit | 921b8f76f29e72c537f8d3f6d56891f17b056c82 (patch) | |
tree | e2acf613cf8eb15127b4762e1ee382b9e40dc9b5 /eclass/ChangeLog | |
parent | Adding nose dep for tests (diff) | |
download | gentoo-2-921b8f76f29e72c537f8d3f6d56891f17b056c82.tar.gz gentoo-2-921b8f76f29e72c537f8d3f6d56891f17b056c82.tar.bz2 gentoo-2-921b8f76f29e72c537f8d3f6d56891f17b056c82.zip |
Fix the libtool check, bug #470938.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index afa670c3ea64..73955437adf6 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.834 2013/05/21 14:05:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.835 2013/05/22 05:10:29 mgorny Exp $ + + 22 May 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass: + Fix the libtool check, bug #470938. 21 May 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass: Replace the .la sanity check by one used in libtool itself. Fixes removing |