summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2016-07-26 18:02:55 +0900
committerBenda Xu <heroxbd@gentoo.org>2016-07-26 18:05:45 +0900
commit59e9c21f42c59afdf0af2985be1528129525ed57 (patch)
treeeebf79822cefc4cb7641b74e90bf2f86466a535a /eclass/haskell-cabal.eclass
parentdev-util/gprof2dot: Prefix support. (diff)
downloadgentoo-59e9c21f42c59afdf0af2985be1528129525ed57.tar.gz
gentoo-59e9c21f42c59afdf0af2985be1528129525ed57.tar.bz2
gentoo-59e9c21f42c59afdf0af2985be1528129525ed57.zip
ghc-package.eclass, haskell-cabal.eclass: remove ghc-host-root.
Bug: 534194
Diffstat (limited to 'eclass/haskell-cabal.eclass')
-rw-r--r--eclass/haskell-cabal.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/haskell-cabal.eclass b/eclass/haskell-cabal.eclass
index 7732711ea90a..c1a13300abb0 100644
--- a/eclass/haskell-cabal.eclass
+++ b/eclass/haskell-cabal.eclass
@@ -177,7 +177,7 @@ cabal-version() {
else
# We ask portage, not ghc, so that we only pick up
# portage-installed cabal versions.
- _CABAL_VERSION_CACHE="$(ROOT=$(ghc-host-root) ghc-extractportageversion dev-haskell/cabal)"
+ _CABAL_VERSION_CACHE="$(ghc-extractportageversion dev-haskell/cabal)"
fi
fi
echo "${_CABAL_VERSION_CACHE}"