From 50daef1ab961c42a3352281e915da5a89297e3a9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 30 Aug 2010 20:55:11 -0700 Subject: Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND and PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases. --- cnf/make.globals | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index c16102ac7..6679918fd 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -70,6 +70,8 @@ EMERGE_WARNING_DELAY="10" # This option will be removed and forced to yes. AUTOCLEAN="yes" +PORTAGE_BZIP2_COMMAND="bzip2" + # Don't compress files with these suffixes. PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png" -- cgit v1.2.3-1-g7c22