summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-07-08 19:16:46 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-07-08 19:16:46 +0000
commit05acdc1856635992ea1815e61a75eb044bfc1029 (patch)
treed5772e1ff2b34d3754eb2afbd35bb96be01d54fc /eclass/ChangeLog
parentRe-assign to maintainer-needed. (diff)
downloadgentoo-2-05acdc1856635992ea1815e61a75eb044bfc1029.tar.gz
gentoo-2-05acdc1856635992ea1815e61a75eb044bfc1029.tar.bz2
gentoo-2-05acdc1856635992ea1815e61a75eb044bfc1029.zip
Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of ghc-shipped libraries.
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 fbce852d43c1..9269c193d49b 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.337 2012/07/08 12:38:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.338 2012/07/08 19:16:46 slyfox Exp $
+
+ 08 Jul 2012; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
+ Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of
+ ghc-shipped libraries.
08 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-ng.eclass:
Add a function to wrap around testrb-2 as well.