diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-01 00:19:08 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-01 00:19:08 +0100 |
| commit | 7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822 (patch) | |
| tree | 6c90c1d45b9f11aa120788cc4732d05df6e79ded /eclass/haskell-cabal.eclass | |
| parent | 684fdcae124371cee3801237b70aad40dddb8ebb (diff) | |
| download | gentoo-7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822.tar.gz gentoo-7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822.tar.bz2 gentoo-7ced79f5c6e8aa8c5c86d33addd22ceeb57f8822.zip | |
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 <slyfox@gentoo.org>
Diffstat (limited to 'eclass/haskell-cabal.eclass')
| -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 |
