From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81DD1139083 for ; Wed, 13 Dec 2017 16:50:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 863ACE0EE3; Wed, 13 Dec 2017 16:50:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F11CE0EE3 for ; Wed, 13 Dec 2017 16:50:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCC5533BEAC for ; Wed, 13 Dec 2017 16:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D811A1A0 for ; Wed, 13 Dec 2017 16:50:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1513183838.8126e9875bc1c90cc78b4952eea57605b0277a0e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-5.0.1_rc2.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8126e9875bc1c90cc78b4952eea57605b0277a0e X-VCS-Branch: master Date: Wed, 13 Dec 2017 16:50:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ef34657-8c97-4b52-bcd7-ede95f9bd477 X-Archives-Hash: 6906781a5204b7114707276f553f0e8d commit: 8126e9875bc1c90cc78b4952eea57605b0277a0e Author: Michał Górny gentoo org> AuthorDate: Wed Dec 13 16:38:11 2017 +0000 Commit: Michał Górny gentoo 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" }