From 7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 1 Jun 2016 00:19:08 +0100 Subject: [PATCH] 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 --- 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 a568bf4337b12..7732711ea90a8 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