haskell-cabal.eclass: drop IUSE=hoogle
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 31 May 2016 23:19:08 +0000 (00:19 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 31 May 2016 23:19:08 +0000 (00:19 +0100)
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@gentoo.org>
eclass/haskell-cabal.eclass

index a568bf4337b12e5c587264b47c603093421d03a7..7732711ea90a8dc5b51f589646adf6f0e417d663 100644 (file)
@@ -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