diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-01-02 09:35:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-01-02 09:35:02 +0000 |
commit | 9976c3e4360390c47a28484e65b1b6dbacd29b5c (patch) | |
tree | 89cf5faef271173f7a215abceb8bd7a65357ec22 /eclass | |
parent | Remove useless blank line (diff) | |
download | gentoo-2-9976c3e4360390c47a28484e65b1b6dbacd29b5c.tar.gz gentoo-2-9976c3e4360390c47a28484e65b1b6dbacd29b5c.tar.bz2 gentoo-2-9976c3e4360390c47a28484e65b1b6dbacd29b5c.zip |
Properly disable USE=hoogle.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/haskell-cabal.eclass | 4 |
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 |