summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-12-02 17:23:24 +0100
committerMichał Górny <mgorny@gentoo.org>2018-12-02 17:32:53 +0100
commita9e2efd5a68359ab5bb2f082c99cd31f3a7bd67d (patch)
tree9b2ec3bee1c20470c174de1a08a6f6e46a631918
parentwww-client/midori: Remove webkit-gtk[opengl] dep (diff)
downloadgentoo-a9e2efd5.tar.gz
gentoo-a9e2efd5.tar.bz2
gentoo-a9e2efd5.zip
sys-devel/distcc: Fix pre-compressed manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sys-devel/distcc/distcc-3.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
index a0caa0c8467c..b958b16f6531 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