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
commitc3a5ff45a9b1e5bad70a5bce99110a48fa821630 (patch)
treef84e863e670a1139172981ee2b80991025b46517 /eclass/ChangeLog
parentCompiles on ~arm, tested on mv78100. (diff)
downloadgentoo-2-c3a5ff45a9b1e5bad70a5bce99110a48fa821630.tar.gz
gentoo-2-c3a5ff45a9b1e5bad70a5bce99110a48fa821630.tar.bz2
gentoo-2-c3a5ff45a9b1e5bad70a5bce99110a48fa821630.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.