summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-11.0.0.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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