diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-04 19:10:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-04 19:33:51 +0200 |
commit | 582dc78d14807a04e9d7608b15c5524bb560a2b6 (patch) | |
tree | 2e1049946e33111bf4fab73fa444fcd609d82a9d /sys-devel/llvm | |
parent | app-editors/hteditor: bump up to 2.1.1_pre20161206 (diff) | |
download | gentoo-582dc78d14807a04e9d7608b15c5524bb560a2b6.tar.gz gentoo-582dc78d14807a04e9d7608b15c5524bb560a2b6.tar.bz2 gentoo-582dc78d14807a04e9d7608b15c5524bb560a2b6.zip |
sys-devel/llvm: Update recommonmark sed in 11.0.0.9999
Closes: https://bugs.gentoo.org/730268
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.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 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 |