From dc7702b045941e0ea91a0e1af69afff094b2395f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 29 Jun 2020 17:32:45 +0200 Subject: sys-devel/llvm: Try fixing doc build for 11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-devel/llvm/llvm-11.0.0.9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 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 087e2736708d..08addcf459df 100644 --- a/sys-devel/llvm/llvm-11.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-11.0.0.9999.ebuild @@ -183,7 +183,9 @@ src_prepare() { # manpages don't use markdown if ! use doc; then - sed -i -e "s:, 'recommonmark'::" docs/conf.py || die + sed -e "s:, 'recommonmark'::" \ + -e '/markdown/d' \ + -i docs/conf.py || die fi # Verify that the live ebuild is up-to-date -- cgit v1.2.3-65-gdbad