commit: 454e8ba1bafafedc326b2cd8ac1c6110a0803df7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 8 16:48:52 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 16:49:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454e8ba1
sys-devel/llvm: Remove obsolete sed from 11*
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-devel/llvm/llvm-11.0.0.9999.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/sys-devel/llvm/llvm-11.0.0.9999.ebuild
b/sys-devel/llvm/llvm-11.0.0.9999.ebuild
index e96fd84ac29..d0bcbd3665f 100644
--- a/sys-devel/llvm/llvm-11.0.0.9999.ebuild
+++ b/sys-devel/llvm/llvm-11.0.0.9999.ebuild
@@ -181,13 +181,6 @@ src_prepare() {
# Update config.guess to support more systems
cp "${BROOT}/usr/share/gnuconfig/config.guess" cmake/ || die
- # manpages don't use markdown
- if ! use doc; then
- sed -e '/import sphinx/,/source_parsers/d' \
- -e '/markdown/d' \
- -i docs/conf.py || die
- fi
-
# Verify that the live ebuild is up-to-date
check_live_ebuild