summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-20 23:42:48 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-20 23:42:48 +0000
commit5b111741fa6a0f05baf225b52e54f1a70cb309a4 (patch)
tree11fe4b72ff154bb4ef7287ad435a8a5ddc8a2d73 /eclass/ChangeLog
parentCompiles on ~arm, tested on mv78100. (diff)
downloadhistorical-5b111741fa6a0f05baf225b52e54f1a70cb309a4.tar.gz
historical-5b111741fa6a0f05baf225b52e54f1a70cb309a4.tar.bz2
historical-5b111741fa6a0f05baf225b52e54f1a70cb309a4.zip
Enable EAPI=5.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 4b46ad97257b..c370cc3900d8 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.628 2013/01/20 21:41:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.629 2013/01/20 23:42:48 mgorny Exp $
+
+ 20 Jan 2013; Michał Górny <mgorny@gentoo.org> autotools-multilib.eclass:
+ Enable EAPI=5.
20 Jan 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Do not redirect stderr of pushd&popd. Thanks to vapier for catching that.