Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Date: Thu, 30 Oct 2008 14:01:37
Message-Id: 1225375290.14880.7.camel@brotherus.rdu.redhat.com
In Reply to: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? by wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)
1 On Thu, 2008-10-30 at 19:13 +0530, Ashish Shukla आशीष शुक्ल wrote:
2 > While trying to lookup XCB API documentation (
3 > /usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
4 > I'm wondering is there anyway to install that documentation in the
5 > decompressed form, hmm...?
6
7
8 See the PORTAGE_COMPRESS* variables in the make.conf man page. I
9 typically use
10
11 PORTAGE_COMPRESS=""
12
13 HTH,
14 -a