summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-01-02 09:35:02 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2015-01-02 09:35:02 +0000
commit1f2a2891e6894373591c6078740d5e5f72a643d4 (patch)
treeae6287c1e53fce69cf4159382d3ab30056fe341f /eclass
parentRemove useless blank line (diff)
downloadhistorical-1f2a2891e6894373591c6078740d5e5f72a643d4.tar.gz
historical-1f2a2891e6894373591c6078740d5e5f72a643d4.tar.bz2
historical-1f2a2891e6894373591c6078740d5e5f72a643d4.zip
Properly disable USE=hoogle.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/haskell-cabal.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 1c4f619a2d1c..9cd691cc62f7 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1494 2015/01/02 00:15:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1495 2015/01/02 09:35:02 slyfox Exp $
02 Jan 2015; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
Make python.eclass commands/variables fatal once again since all in-tree
@@ -10,6 +10,9 @@
Add progress overlay-specific commands and variables to the invalid
command/variable lists.
+ 02 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> haskell-cabal.eclass:
+ Properly disable USE=hoogle.
+
01 Jan 2015; Sergei Trofimovich <slyfox@gentoo.org> ghc-package.eclass,
haskell-cabal.eclass:
Add support for ghc-7.10 registration. User visible changes: ghc-package
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index 1935f9750be2..ad52ce55781b 100644
--- a/eclass/haskell-cabal.eclass
+++ b/eclass/haskell-cabal.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.47 2015/01/01 21:23:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.48 2015/01/02 09:35:02 slyfox Exp $
# @ECLASS: haskell-cabal.eclass
# @MAINTAINER:
@@ -112,7 +112,7 @@ fi
if [[ -n "${CABAL_USE_HOOGLE}" ]]; then
# enabled only in ::gentoo-haskell
- :
+ CABAL_USE_HOOGLE=
fi
if [[ -n "${CABAL_USE_ALEX}" ]]; then