commit:     8126e9875bc1c90cc78b4952eea57605b0277a0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 16:38:11 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 16:50:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8126e987

sys-devel/llvm: Comment out manpage install for RCs

Closes: https://bugs.gentoo.org/640906

 sys-devel/llvm/llvm-5.0.1_rc2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild 
b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
index 9aea6642c97..a52f8631f7b 100644
--- a/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
+++ b/sys-devel/llvm/llvm-5.0.1_rc2.ebuild
@@ -226,11 +226,11 @@ _EOF_
        doenvd "${T}/10llvm-${revord}"
 
        # install pre-generated manpages
-       if ! use doc; then
-               # (doman does not support custom paths)
-               insinto "/usr/lib/llvm/${SLOT}/share/man/man1"
-               doins "${WORKDIR}/llvm-manpages-${PV}/llvm"/*.1
-       fi
+#      if ! use doc; then
+#              # (doman does not support custom paths)
+#              insinto "/usr/lib/llvm/${SLOT}/share/man/man1"
+#              doins "${WORKDIR}/llvm-manpages-${PV}/llvm"/*.1
+#      fi
 
        docompress "/usr/lib/llvm/${SLOT}/share/man"
 }

Reply via email to