diff options
author | 2020-06-29 15:04:00 +0200 | |
---|---|---|
committer | 2020-06-29 15:08:06 +0200 | |
commit | b59c010db091dd984a509c38a691c1ce96f649b8 (patch) | |
tree | 15413da8a144e6c728a01b0d215abb50339e7182 /sys-devel | |
parent | sys-apps/x86info: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-devel/llvm/llvm-11.0.0.9999.ebuild | 2 |
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 |