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 8E21E138359 for ; Wed, 8 Jul 2020 16:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB49E0819; Wed, 8 Jul 2020 16:49:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AE110E0819 for ; Wed, 8 Jul 2020 16:49:24 +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 A755F34EF1F for ; Wed, 8 Jul 2020 16:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDF22A4 for ; Wed, 8 Jul 2020 16:49:22 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1594226959.454e8ba1bafafedc326b2cd8ac1c6110a0803df7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-11.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 454e8ba1bafafedc326b2cd8ac1c6110a0803df7 X-VCS-Branch: master Date: Wed, 8 Jul 2020 16:49:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4e3ca56-5b86-4c2d-aaea-fb5484887c03 X-Archives-Hash: 0d60a6a7552b727c9732b8327cff6ab9 commit: 454e8ba1bafafedc326b2cd8ac1c6110a0803df7 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 8 16:48:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jul 8 16:49:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454e8ba1 sys-devel/llvm: Remove obsolete sed from 11* Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-11.0.0.9999.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild b/sys-devel/llvm/llvm-11.0.0.9999.ebuild index e96fd84ac29..d0bcbd3665f 100644 --- a/sys-devel/llvm/llvm-11.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-11.0.0.9999.ebuild @@ -181,13 +181,6 @@ src_prepare() { # Update config.guess to support more systems cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die - # manpages don't use markdown - if ! use doc; then - sed -e '/import sphinx/,/source_parsers/d' \ - -e '/markdown/d' \ - -i docs/conf.py || die - fi - # Verify that the live ebuild is up-to-date check_live_ebuild