summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-29 17:32:45 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-29 17:52:25 +0200
commitdc7702b045941e0ea91a0e1af69afff094b2395f (patch)
tree982494c5dab6192848e7a74c27a46bb0d61546ae /sys-devel/llvm/llvm-11.0.0.9999.ebuild
parentapp-portage/unsymlink-lib: Bump to v18 (diff)
downloadgentoo-dc7702b045941e0ea91a0e1af69afff094b2395f.tar.gz
gentoo-dc7702b045941e0ea91a0e1af69afff094b2395f.tar.bz2
gentoo-dc7702b045941e0ea91a0e1af69afff094b2395f.zip
sys-devel/llvm: Try fixing doc build for 11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/llvm-11.0.0.9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-11.0.0.9999.ebuild4
1 files changed, 3 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 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