graaff 14/04/21 08:23:57 Modified: ChangeLog Log: Read the YAML metadata with UTF-8 by default and make an exception for older ruby targets, since all new targets will support (and need) the UTF-8 flag. Fixes bug 504642.
Revision Changes Path 1.1219 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1219&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1219&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1218&r2=1.1219 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1218 retrieving revision 1.1219 diff -u -r1.1218 -r1.1219 --- ChangeLog 21 Apr 2014 07:58:10 -0000 1.1218 +++ ChangeLog 21 Apr 2014 08:23:57 -0000 1.1219 @@ -1,10 +1,15 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1218 2014/04/21 07:58:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1219 2014/04/21 08:23:57 graaff Exp $ 21 Apr 2014; Michał Górny <[email protected]> multilib-build.eclass: Add a QA warning to multilib_is_native_abi. + 21 Apr 2014; Hans de Graaff <[email protected]> ruby-fakegem.eclass: + Read the YAML metadata with UTF-8 by default and make an exception for older + ruby targets, since all new targets will support (and need) the UTF-8 flag. + Fixes bug 504642. + 21 Apr 2014; Michał Górny <[email protected]> multilib-build.eclass: ...and make multilib_build_binaries stand-alone.
