commit:     7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 23:19:08 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 31 23:19:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ced79f5

haskell-cabal.eclass: drop IUSE=hoogle

commit 2db4176c329e5e99e68f47dcb058c55d434bb64e accidentally
exposed IUSE=hoogle to ::gentoo. It's meant
to be used only in ::haskell.

The patch reverts accidental change back.

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 eclass/haskell-cabal.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index a568bf4..7732711 100644
--- a/eclass/haskell-cabal.eclass
+++ b/eclass/haskell-cabal.eclass
@@ -125,7 +125,9 @@ if [[ -n "${CABAL_USE_HSCOLOUR}" ]]; then
 fi
 
 if [[ -n "${CABAL_USE_HOOGLE}" ]]; then
-       IUSE="${IUSE} hoogle"
+       # enabled only in ::haskell
+       #IUSE="${IUSE} hoogle"
+       CABAL_USE_HOOGLE=
 fi
 
 if [[ -n "${CABAL_USE_ALEX}" ]]; then

Reply via email to