diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-13 17:38:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-13 17:50:38 +0100 |
commit | 8126e9875bc1c90cc78b4952eea57605b0277a0e (patch) | |
tree | 16ab854275d085a61da8bf2fe12fe54960f85a8a /sys-devel | |
parent | www-plugins/chrome-binary-plugins: automated update (64.0.3282.24) (diff) | |
download | gentoo-8126e9875bc1c90cc78b4952eea57605b0277a0e.tar.gz gentoo-8126e9875bc1c90cc78b4952eea57605b0277a0e.tar.bz2 gentoo-8126e9875bc1c90cc78b4952eea57605b0277a0e.zip |
sys-devel/llvm: Comment out manpage install for RCs
Closes: https://bugs.gentoo.org/640906
Diffstat (limited to 'sys-devel')
-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" } |