From 582dc78d14807a04e9d7608b15c5524bb560a2b6 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 4 Jul 2020 19:10:58 +0200 Subject: sys-devel/llvm: Update recommonmark sed in 11.0.0.9999 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/730268 Signed-off-by: Michał Górny --- sys-devel/llvm/llvm-11.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel') diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild b/sys-devel/llvm/llvm-11.0.0.9999.ebuild index 08addcf459df..e96fd84ac29c 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 -- cgit v1.2.3-65-gdbad