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: Wed, 01 Apr 2020 04:22:26
Message-Id: 1585714863.5c02fff672f47cd5a04d473944bb82b48a973527.mattst88@gentoo
1 commit: 5c02fff672f47cd5a04d473944bb82b48a973527
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 03:43:54 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 04:21:03 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5c02fff6
7
8 targets: Build and use binpkgs for linux deps
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 targets/support/kmerge.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
16 index 754a129f..97d18fe7 100755
17 --- a/targets/support/kmerge.sh
18 +++ b/targets/support/kmerge.sh
19 @@ -212,7 +212,7 @@ then
20
21 # install dependencies of kernel sources ahead of time in case
22 # package.provided generated below causes them not to be (re)installed
23 - PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse --onlydeps" run_merge "${clst_ksource}" || exit 1
24 + PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --usepkg --buildpkg --binpkg-respect-use=y --update --newuse --onlydeps" run_merge "${clst_ksource}" || exit 1
25
26 # Create the kerncache directory if it doesn't exists
27 mkdir -p /tmp/kerncache/${clst_kname}