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 CF623138359 for ; Sat, 4 Jul 2020 17:34:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E80E7E0958; Sat, 4 Jul 2020 17:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CEFF8E0958 for ; Sat, 4 Jul 2020 17:33:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5347F34EF9F for ; Sat, 4 Jul 2020 17:33:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC9D32A4 for ; Sat, 4 Jul 2020 17:33:56 +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: <1593884031.582dc78d14807a04e9d7608b15c5524bb560a2b6.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: 582dc78d14807a04e9d7608b15c5524bb560a2b6 X-VCS-Branch: master Date: Sat, 4 Jul 2020 17:33:56 +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: b95d0c2b-2f45-4eff-b53f-b65244256ea7 X-Archives-Hash: 33e1c49f7878bbf4c547c83b86f46964 commit: 582dc78d14807a04e9d7608b15c5524bb560a2b6 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 4 17:10:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 4 17:33:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582dc78d sys-devel/llvm: Update recommonmark sed in 11.0.0.9999 Closes: https://bugs.gentoo.org/730268 Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-11.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild b/sys-devel/llvm/llvm-11.0.0.9999.ebuild index 08addcf459d..e96fd84ac29 100644 --- a/sys-devel/llvm/llvm-11.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-11.0.0.9999.ebuild @@ -183,7 +183,7 @@ src_prepare() { # manpages don't use markdown if ! use doc; then - sed -e "s:, 'recommonmark'::" \ + sed -e '/import sphinx/,/source_parsers/d' \ -e '/markdown/d' \ -i docs/conf.py || die fi