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 7AF6F139694 for ; Thu, 6 Apr 2017 12:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1FBBE0C75; Thu, 6 Apr 2017 12:48:09 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF0BCE0C64 for ; Thu, 6 Apr 2017 12:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D124734164A for ; Thu, 6 Apr 2017 12:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46AEB73E7 for ; Thu, 6 Apr 2017 12:48:07 +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: <1491482874.c738aff7a8a27f1c867aef80e1ba392a7a3ee496.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-4.0.0-r1.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c738aff7a8a27f1c867aef80e1ba392a7a3ee496 X-VCS-Branch: master Date: Thu, 6 Apr 2017 12:48:07 +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: 9bc25545-65db-426a-8838-a777bccb1575 X-Archives-Hash: 5777aded4d4b1fc4d82d87ad15e7fefd commit: c738aff7a8a27f1c867aef80e1ba392a7a3ee496 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 6 06:47:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 6 12:47:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c738aff7 sys-devel/llvm: Fix compressing manpages sys-devel/llvm/llvm-4.0.0-r1.ebuild | 2 ++ sys-devel/llvm/llvm-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys-devel/llvm/llvm-4.0.0-r1.ebuild b/sys-devel/llvm/llvm-4.0.0-r1.ebuild index 1384df1a119..c9745dcdf6c 100644 --- a/sys-devel/llvm/llvm-4.0.0-r1.ebuild +++ b/sys-devel/llvm/llvm-4.0.0-r1.ebuild @@ -262,4 +262,6 @@ multilib_src_install_all() { LDPATH="$( IFS=:; echo "${LLVM_LDPATHS[*]}" )" _EOF_ doenvd "${T}/10llvm-${revord}" + + docompress "/usr/lib/llvm/${SLOT}/share/man" } diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 16413680bdf..44153d7806e 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -262,4 +262,6 @@ multilib_src_install_all() { LDPATH="$( IFS=:; echo "${LLVM_LDPATHS[*]}" )" _EOF_ doenvd "${T}/10llvm-${revord}" + + docompress "/usr/lib/llvm/${SLOT}/share/man" }