commit: 080d8f7ffdcc0f2ec625c419bdd21354db97008d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 00:29:34 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 17:48:21 2020 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=080d8f7f
targets: Build with FEATURES=parallel-install
Greatly speeds up package installation on multi-core systems, especially
when installing mostly binary packages.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
targets/support/chroot-functions.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/targets/support/chroot-functions.sh
b/targets/support/chroot-functions.sh
index 94f7c92f..2207e7b4 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -78,7 +78,7 @@ get_libdir() {
setup_myfeatures(){
setup_myemergeopts
- export clst_myfeatures="-news binpkg-multi-instance clean-logs"
+ export clst_myfeatures="-news binpkg-multi-instance clean-logs
parallel-install"
export FEATURES="${clst_myfeatures}"
if [ -n "${clst_CCACHE}" ]
then