summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ghc: move QA_PREBUILT to pkg_setup(), bug #566534Sergei Trofimovich2016-02-101-3/+3
| | | | | | | | | | Should fix paludis users. The change requires yet unreleased portage 2.2.28 to make QA_PREBUILT work as expected. Bug: https://bugs.gentoo.org/566534 Package-Manager: portage-2.2.27
* dev-lang/ghc: get rid of ncurses dependency, take 2 on bug #557478Sergei Trofimovich2015-08-281-2/+4
| | | | | | | | | | | Commit 0fdbbebbdc4b18e4078870a6a579834c64177219 removed dependency from ghc binary, but not ghc-pkg binary. This commit fixes that omission and pulls in new binaries. Bug: https://bugs.gentoo.org/557478 Package-Manager: portage-2.2.20
* dev-lang/ghc: get rid of ncurses runtime dependency, bug #557478Sergei Trofimovich2015-08-271-0/+651
Recently gentoo updated ncurses to sys-libs/ncurses-6.0. It changed ABI from libncursesw.so.5 to libncursesw.so.6 in an incompatible way. The change disables ncurses backend for haskeline for booter binary (USE=ghcmakebinary). Bug: https://bugs.gentoo.org/show_bug.cgi?id=557478 Package-Manager: portage-2.2.20