diff options
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-8.0.2.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 6ca4874cefef..606ecbb43d37 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -84,10 +84,7 @@ RDEPEND=" # gentoo binaries are built against ncurses-6 RDEPEND+=" binary? ( - || ( - sys-libs/ncurses:0/6 - sys-libs/ncurses:5/6 - ) + sys-libs/ncurses:0/6 ) " @@ -461,12 +458,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-8.0.2-libffi-alpha.patch epatch "${FILESDIR}"/${PN}-8.0.2-O2-unreg.patch - if use prefix; then - # Make configure find docbook-xsl-stylesheets from Prefix - sed -e '/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:' \ - -i utils/haddock/doc/configure.ac || die - fi - bump_libs # as we have changed the build system |