fix(catalyst): Don't disable ebuild-locks

This doesn't make things go faster and I am suspicious that it makes
things worse. For example /etc/xml/catalog winds up empty from time to
time and I wonder if this locking is related to that.
This commit is contained in:
Michael Marineau 2014-03-04 22:58:44 -08:00
parent 6bebce9dec
commit 695ff028b3

View File

@ -74,8 +74,6 @@ cat <<EOF
export TERM='${TERM}' export TERM='${TERM}'
export MAKEOPTS='--jobs=${NUM_JOBS} --load-average=${load}' export MAKEOPTS='--jobs=${NUM_JOBS} --load-average=${load}'
export EMERGE_DEFAULT_OPTS="\$MAKEOPTS" export EMERGE_DEFAULT_OPTS="\$MAKEOPTS"
# Catalyst overrides FEATURES so set it's own variable instead.
export clst_myfeatures='-ebuild-locks'
EOF EOF
} }