From 08a4ab2e90085fe75604c29c51730f378fd8707e Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 20 Nov 2010 19:52:52 -0500 Subject: [PATCH] make.conf: change --jobs to 2, add parallel-fetch to FEATURES --- make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.conf b/make.conf index 142e6ce..c7483ff 100644 --- a/make.conf +++ b/make.conf @@ -7,5 +7,5 @@ ALSA_PCM_PLUGINS="*" CLEAN_DELAY="0" AUTO_CLEAN="yes" EPAUSE_IGNORE="1" -EMERGE_DEFAULT_OPTS="--jobs=4" -FEATURES="noinfo -test nodoc noman unmerge-orphans buildpkg" +EMERGE_DEFAULT_OPTS="--jobs=2" +FEATURES="noinfo -test nodoc noman unmerge-orphans buildpkg parallel-fetch"