diff options
author | Benda Xu <heroxbd@gentoo.org> | 2017-05-28 09:27:24 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2017-05-28 09:41:15 +0900 |
commit | 5743a390cd13fabfe096738328a2a83bd5691708 (patch) | |
tree | 7511ca27e3c3b7de60448cfa2f0c313e8c1924e6 | |
parent | dev-php/PHP_Timer: Fix stable build by moving to php-pear-r2 (diff) | |
download | gentoo-5743a390cd13fabfe096738328a2a83bd5691708.tar.gz gentoo-5743a390cd13fabfe096738328a2a83bd5691708.tar.bz2 gentoo-5743a390cd13fabfe096738328a2a83bd5691708.zip |
dev-lang/ghc: drop outdated docbook xsl prefix hacks.
sys-libs/ncurses:5/6 SLOT has been removed.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-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 |