Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Sun, 29 Mar 2020 17:48:52
Message-Id: 1585504101.080d8f7ffdcc0f2ec625c419bdd21354db97008d.mattst88@gentoo
1 commit: 080d8f7ffdcc0f2ec625c419bdd21354db97008d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 00:29:34 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 17:48:21 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=080d8f7f
7
8 targets: Build with FEATURES=parallel-install
9
10 Greatly speeds up package installation on multi-core systems, especially
11 when installing mostly binary packages.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 targets/support/chroot-functions.sh | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
19 index 94f7c92f..2207e7b4 100755
20 --- a/targets/support/chroot-functions.sh
21 +++ b/targets/support/chroot-functions.sh
22 @@ -78,7 +78,7 @@ get_libdir() {
23
24 setup_myfeatures(){
25 setup_myemergeopts
26 - export clst_myfeatures="-news binpkg-multi-instance clean-logs"
27 + export clst_myfeatures="-news binpkg-multi-instance clean-logs parallel-install"
28 export FEATURES="${clst_myfeatures}"
29 if [ -n "${clst_CCACHE}" ]
30 then