commit:     582dc78d14807a04e9d7608b15c5524bb560a2b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  4 17:10:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  4 17:33:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=582dc78d

sys-devel/llvm: Update recommonmark sed in 11.0.0.9999

Closes: https://bugs.gentoo.org/730268
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/llvm/llvm-11.0.0.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild 
b/sys-devel/llvm/llvm-11.0.0.9999.ebuild
index 08addcf459d..e96fd84ac29 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

Reply via email to