From 8126e9875bc1c90cc78b4952eea57605b0277a0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 13 Dec 2017 17:38:11 +0100 Subject: [PATCH] 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 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" } -- 2.26.2