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 22:56:15
Message-Id: 1225407341.31431.11.camel@blackwidow.nbk
In Reply to: Re: [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 > ,----
2 > | % emerge --info libxcb
3 > | Portage 2.2_rc12 (default/linux/amd64/2008.0/no-multilib, gcc-4.1.2, glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64)
4 [blah]
5
6 > Any ideas why PORTAGE_COMPRESS_* aren't set on my box.
7
8 Because you haven't set them. Therefore they take the defaults. BTW,
9 'emerge --info' doesn't print out every portage variable, only the
10 "interesting" ones (e.g. ones useful for submitting bug reports).
11
12 > BtW, how do I see
13 > what PORTAGE_COMPRESS_EXCLUDE_SUFFIXES is set to.
14
15 # cat /etc/make.conf /etc/make.globals /etc/make.profile/make.defaults \
16 |grep -m 1 ^PORTAGE_COMPRESS_EXCLUDE_SUFFIXES
17
18 Also the man page for make.conf lists many common defaults.

Replies

Subject Author
Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? Eric Martin <freak4uxxx@×××××.com>
Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ? wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)