diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-10-01 17:42:38 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-10-01 17:42:38 +0000 |
commit | 3e067a6863359f9274b132f1086c8e870c1dce44 (patch) | |
tree | b6ca9f335301f4e94dd4fe6963eea1703d3aba6e /eclass/ChangeLog | |
parent | fix for bug 486094 (diff) | |
download | historical-3e067a6863359f9274b132f1086c8e870c1dce44.tar.gz historical-3e067a6863359f9274b132f1086c8e870c1dce44.tar.bz2 historical-3e067a6863359f9274b132f1086c8e870c1dce44.zip |
Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592.
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 3c0663ef8566..704aa85c9b30 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.1002 2013/09/30 07:27:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1003 2013/10/01 17:42:38 mgorny Exp $ + + 01 Oct 2013; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: + Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592. 30 Sep 2013; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch |