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 F3EF9138334 for ; Sun, 2 Dec 2018 16:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE072E0AD5; Sun, 2 Dec 2018 16:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CA824E0AD5 for ; Sun, 2 Dec 2018 16:33:02 +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 69F24335C38 for ; Sun, 2 Dec 2018 16:33:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C29C6464 for ; Sun, 2 Dec 2018 16:32:59 +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: <1543768373.a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.3.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d X-VCS-Branch: master Date: Sun, 2 Dec 2018 16:32:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d72628c-92e8-4f96-b79c-e0ea512cf0f0 X-Archives-Hash: f61af8d60d305efd011366d2b331a955 commit: a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d Author: Michał Górny gentoo org> AuthorDate: Sun Dec 2 16:23:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 2 16:32:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e2efd5 sys-devel/distcc: Fix pre-compressed manpages Signed-off-by: Michał Górny gentoo.org> sys-devel/distcc/distcc-3.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild index a0caa0c8467..b958b16f653 100644 --- a/sys-devel/distcc/distcc-3.3.ebuild +++ b/sys-devel/distcc/distcc-3.3.ebuild @@ -90,7 +90,8 @@ src_configure() { } src_install() { - default + # override GZIP_BIN to stop it from compressing manpages + emake DESTDIR="${D}" GZIP_BIN=false install python_optimize newinitd "${FILESDIR}/3.2/init" distccd