summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-15 22:03:44 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-15 22:03:44 +0000
commitefabbeb77912f713439073a96caf3d7ef1819a5d (patch)
tree787251ba3055498f6a117538bdc616e659999acd /cnf
parentFor consistency, make get_open_fds() return a plain iterator in any case, (diff)
downloadportage-multirepo-efabbeb77912f713439073a96caf3d7ef1819a5d.tar.gz
portage-multirepo-efabbeb77912f713439073a96caf3d7ef1819a5d.tar.bz2
portage-multirepo-efabbeb77912f713439073a96caf3d7ef1819a5d.zip
Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable which
is used to filter ecompress arguments. This allows the user to control compression of files installed dodoc, excluding files with specific suffix patterns. The current default value includes all of the suffixes that are recognized by dohtml, as well as pdf. svn path=/main/trunk/; revision=11419
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 00596162..f379fb1c 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -56,6 +56,9 @@ EMERGE_WARNING_DELAY="10"
# This option will be removed and forced to yes.
AUTOCLEAN="yes"
+# Don't compress files with these suffixes.
+PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
+
# Number of mirrors to try when a downloaded file has an incorrect checksum.
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"