summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2014-05-21 00:01:26 +0200
committerBertrand Jacquin <beber@meleeweb.net>2014-05-21 00:04:08 +0200
commitb24216ae53fbda4c2456f8875a68e6ef0d9ec3d4 (patch)
treed55d0bb9ff4157157b20498291ca9baba8dea4cf
parentprofiles: Drop abi_x86_32 sub profile (diff)
downloadportage-b24216ae53fbda4c2456f8875a68e6ef0d9ec3d4.tar.xz
profiles/common: Force MULTIBUILD_JOBS to 1
-rw-r--r--profiles/common/make.defaults3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults
index a2eba6b9..415e383e 100644
--- a/profiles/common/make.defaults
+++ b/profiles/common/make.defaults
@@ -80,6 +80,9 @@ EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n"
PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.gnu.gold-version"
+# Eclass multiprocessing
+MULTIBUILD_JOBS=1
+
# Eclass distutils-r1
DISTUTILS_NO_PARALLEL_BUILD=YesPlease