diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-06-28 02:37:52 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-06-28 02:37:52 +0000 |
commit | 5951efc07ec51fafa1b1fcbdf40ccb92a9696c83 (patch) | |
tree | 1f6eb8a7a15bcadb2ef9edb829bf2b3ec7968e6d /eclass/ChangeLog | |
parent | do not fail the linker script hack when the package contains no linker script... (diff) | |
download | gentoo-2-5951efc07ec51fafa1b1fcbdf40ccb92a9696c83.tar.gz gentoo-2-5951efc07ec51fafa1b1fcbdf40ccb92a9696c83.tar.bz2 gentoo-2-5951efc07ec51fafa1b1fcbdf40ccb92a9696c83.zip |
Fix redundant slashes in header-wrapping include paths, bug #475046. Thanks to Arfrever for the patch.
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 dcaed3720435..1ba0eee468e9 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.864 2013/06/23 16:36:49 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.865 2013/06/28 02:37:52 mgorny Exp $ + + 28 Jun 2013; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: + Fix redundant slashes in header-wrapping include paths, bug #475046. Thanks + to Arfrever for the patch. 23 Jun 2013; Michael Weber <xmw@gentoo.org> +netsurf.eclass: Add netsurf.eclass |