From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 403921396D0 for ; Sat, 2 Sep 2017 20:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D132E0CA4; Sat, 2 Sep 2017 20:50:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B778E0CA4 for ; Sat, 2 Sep 2017 20:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F5AE3415B7 for ; Sat, 2 Sep 2017 20:50:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 174D28BBD for ; Sat, 2 Sep 2017 20:50:43 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1504385431.d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-8.2.1.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc X-VCS-Branch: master Date: Sat, 2 Sep 2017 20:50:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2df53b46-35f2-4d87-83db-ca5257728b2a X-Archives-Hash: 8865c9c5bda19778a480573eb2e80797 commit: d5afe5a31f0d3f3be042cf9c7bfd703127cfccdc Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 2 20:43:00 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 2 20:50:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5afe5a3 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 dev-lang/ghc/ghc-8.2.1.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild index d15bb059b7b..753ef86b498 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