diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-05-31 23:43:19 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-05-31 23:43:19 +0000 |
commit | 6653654a5586e3b6572fde3f9e205c1f530b0f8d (patch) | |
tree | 9bdc0359243d130178bdc31cdf6ba0dd20383e83 | |
parent | 2016-05-31 22:48:29 UTC (diff) | |
parent | haskell-cabal.eclass: drop IUSE=hoogle (diff) | |
download | gentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.tar.gz gentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.tar.bz2 gentoo-6653654a5586e3b6572fde3f9e205c1f530b0f8d.zip |
Merge updates from master
-rw-r--r-- | eclass/haskell-cabal.eclass | 4 |
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 |