From efabbeb77912f713439073a96caf3d7ef1819a5d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 15 Aug 2008 22:03:44 +0000 Subject: 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 --- cnf/make.globals | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index 005961628..f379fb1c1 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" -- cgit v1.2.3-1-g7c22