Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sun, 02 Dec 2018 16:33:03
Message-Id: 1543768373.a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d.mgorny@gentoo
1 commit: a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 16:23:24 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 16:32:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e2efd5
7
8 sys-devel/distcc: Fix pre-compressed manpages
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
16 index a0caa0c8467..b958b16f653 100644
17 --- a/sys-devel/distcc/distcc-3.3.ebuild
18 +++ b/sys-devel/distcc/distcc-3.3.ebuild
19 @@ -90,7 +90,8 @@ src_configure() {
20 }
21
22 src_install() {
23 - default
24 + # override GZIP_BIN to stop it from compressing manpages
25 + emake DESTDIR="${D}" GZIP_BIN=false install
26 python_optimize
27
28 newinitd "${FILESDIR}/3.2/init" distccd