projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
684fdca
)
haskell-cabal.eclass: drop IUSE=hoogle
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 31 May 2016 23:19:08 +0000
(
00:19
+0100)
committer
Sergei 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
patch
|
blob
|
history
diff --git
a/eclass/haskell-cabal.eclass
b/eclass/haskell-cabal.eclass
index a568bf4337b12e5c587264b47c603093421d03a7..7732711ea90a8dc5b51f589646adf6f0e417d663 100644
(file)
--- 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