summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-04-21 08:23:57 +0000
committerHans de Graaff <graaff@gentoo.org>2014-04-21 08:23:57 +0000
commit5cbf9b72526cbc7d9a62b2b6b9964d56ff5078b5 (patch)
tree6a4ec89f6ce1b108cf653670e89a8591b0a4b3e2 /eclass
parentBump (diff)
downloadhistorical-5cbf9b72526cbc7d9a62b2b6b9964d56ff5078b5.tar.gz
historical-5cbf9b72526cbc7d9a62b2b6b9964d56ff5078b5.tar.bz2
historical-5cbf9b72526cbc7d9a62b2b6b9964d56ff5078b5.zip
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.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 70e117962717..3491cfbf6a4f 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -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 <mgorny@gentoo.org> multilib-build.eclass:
Add a QA warning to multilib_is_native_abi.
+ 21 Apr 2014; Hans de Graaff <graaff@gentoo.org> 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 <mgorny@gentoo.org> multilib-build.eclass:
...and make multilib_build_binaries stand-alone.