Commit cf2fb8e8 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

build-ghc-bin.sh: do not mention PORTDIR_OVERLAY

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/435

Signed-off-by: default avatarSergei Trofimovich <siarheit@google.com>
parent b945821e
...@@ -19,8 +19,7 @@ if [[ "$#" == "0" || "$1" == "-h" || "$1" == "--help" ]]; then ...@@ -19,8 +19,7 @@ if [[ "$#" == "0" || "$1" == "-h" || "$1" == "--help" ]]; then
echo "It is recommended that you install an older version of" echo "It is recommended that you install an older version of"
echo "dev-lang/ghc, if it exists for your arch." echo "dev-lang/ghc, if it exists for your arch."
echo echo
echo "You may also need to set PORTDIR_OVERLAY=\"\"" echo "You may also need to set ACCEPT_KEYWORDS=\"~\${arch}\""
echo "and also ACCEPT_KEYWORDS=\"~\${arch}\""
ghcpath ghcpath
...@@ -40,8 +39,6 @@ export CFLAGS="-O2 -pipe" ...@@ -40,8 +39,6 @@ export CFLAGS="-O2 -pipe"
# - disable ghci (ghcmakebinary) # - disable ghci (ghcmakebinary)
export USE="-binary doc ghcbootstrap ghcmakebinary llvm ${USE}" export USE="-binary doc ghcbootstrap ghcmakebinary llvm ${USE}"
echo "You may also need to set PORTDIR_OVERLAY=\"\""
echo "and also ACCEPT_KEYWORDS=\"~\${arch}\""
ghcpath ghcpath
echo "running:" echo "running:"
echo " USE=\"${USE}\" CFLAGS=\"${CFLAGS}\" emerge --buildpkgonly =ghc-$1" echo " USE=\"${USE}\" CFLAGS=\"${CFLAGS}\" emerge --buildpkgonly =ghc-$1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment