Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Sat, 02 Sep 2017 20:50:47
Message-Id: 1504385431.d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc.slyfox@gentoo
1 commit: d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 20:43:00 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 20:50:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5afe5a3
7
8 dev-lang/ghc: drop attemp to sed non-existing utils/haddock/doc/configure.ac
9
10 Noticed by yuuko
11
12 Package-Manager: Portage-2.3.8, Repoman-2.3.3
13
14 dev-lang/ghc/ghc-8.2.1.ebuild | 6 ------
15 1 file changed, 6 deletions(-)
16
17 diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild
18 index d15bb059b7b..753ef86b498 100644
19 --- a/dev-lang/ghc/ghc-8.2.1.ebuild
20 +++ b/dev-lang/ghc/ghc-8.2.1.ebuild
21 @@ -505,12 +505,6 @@ src_prepare() {
22 epatch "${FILESDIR}"/${PN}-8.2.1_rc1-win32-cross-2-hack.patch # bad workaround
23 popd
24
25 - if use prefix; then
26 - # Make configure find docbook-xsl-stylesheets from Prefix
27 - sed -e '/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:' \
28 - -i utils/haddock/doc/configure.ac || die
29 - fi
30 -
31 bump_libs
32
33 # as we have changed the build system