commit:     a9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  2 16:23:24 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to