summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-01-20 18:24:09 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-01-20 18:24:09 +0000
commitf58622c9994b8c6081a859c77380ca0417c1fc96 (patch)
tree26a6d7acbdb7ef652a7fa77c65dc6a34165570ce /eclass/ChangeLog
parentBackport --with-udev and --with-udev-rules change from 1.1.2. (diff)
downloadgentoo-2-f58622c9994b8c6081a859c77380ca0417c1fc96.tar.gz
gentoo-2-f58622c9994b8c6081a859c77380ca0417c1fc96.tar.bz2
gentoo-2-f58622c9994b8c6081a859c77380ca0417c1fc96.zip
Added stdout echoing of most executed phase commands. Added stub for CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index b20222bebc2d..9a334de2a0d1 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.98 2012/01/19 21:49:38 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.99 2012/01/20 18:24:08 slyfox Exp $
+
+ 20 Jan 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
+ Added stdout echoing of most executed phase commands. Added stub for
+ CABAL_USE_HSCOLOUR feature to ease ebuild syncing from haskell overlay.
19 Jan 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass:
Add AM_CONFIG_HEADER check (for pixman autoreconf).