summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-29 15:04:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-29 15:08:06 +0200
commitb59c010db091dd984a509c38a691c1ce96f649b8 (patch)
tree15413da8a144e6c728a01b0d215abb50339e7182 /sys-devel/llvm
parentsys-apps/x86info: Remove old (diff)
downloadgentoo-b59c010db091dd984a509c38a691c1ce96f649b8.tar.gz
gentoo-b59c010db091dd984a509c38a691c1ce96f649b8.tar.bz2
gentoo-b59c010db091dd984a509c38a691c1ce96f649b8.zip
sys-devel/llvm: Fix recommonmark hack for 11+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-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 e005e516f322..877b10f63882 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 -i -e '/source_parsers/d' docs/conf.py || die
+ sed -i -e "s:, 'recommonmark'::" docs/conf.py || die
fi
# Verify that the live ebuild is up-to-date