From: Sergei Trofimovich Date: Sat, 2 Sep 2017 20:43:00 +0000 (+0100) Subject: dev-lang/ghc: drop attemp to sed non-existing utils/haddock/doc/configure.ac X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc;p=gentoo.git dev-lang/ghc: drop attemp to sed non-existing utils/haddock/doc/configure.ac Noticed by yuuko Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild index d15bb059b7ba..753ef86b4986 100644 --- a/dev-lang/ghc/ghc-8.2.1.ebuild +++ b/dev-lang/ghc/ghc-8.2.1.ebuild @@ -505,12 +505,6 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-8.2.1_rc1-win32-cross-2-hack.patch # bad workaround popd - 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