summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-05-31 23:43:19 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-05-31 23:43:19 +0000
commit6653654a5586e3b6572fde3f9e205c1f530b0f8d (patch)
tree9bdc0359243d130178bdc31cdf6ba0dd20383e83
parent2016-05-31 22:48:29 UTC (diff)
parenthaskell-cabal.eclass: drop IUSE=hoogle (diff)
downloadgentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.tar.gz
gentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.tar.bz2
gentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.zip
Merge updates from master
-rw-r--r--eclass/haskell-cabal.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index a568bf4337b1..7732711ea90a 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