Skip to content

Commit

Permalink
haskell-cabal.eclass: drop IUSE=hoogle
Browse files Browse the repository at this point in the history
commit 2db4176 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 <[email protected]>
  • Loading branch information
Sergei Trofimovich committed May 31, 2016
1 parent 684fdca commit 7ced79f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/haskell-cabal.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ced79f

Please sign in to comment.