diff options
-rw-r--r-- | sys-devel/llvm/llvm-5.0.1_rc2.ebuild | 10 |
1 files 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 9aea6642c974..a52f8631f7bb 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" } |