commit:     5c02fff672f47cd5a04d473944bb82b48a973527
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 03:43:54 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 04:21:03 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5c02fff6

targets: Build and use binpkgs for linux deps

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/support/kmerge.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 754a129f..97d18fe7 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -212,7 +212,7 @@ then
 
        # install dependencies of kernel sources ahead of time in case
        # package.provided generated below causes them not to be (re)installed
-       PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse 
--onlydeps" run_merge "${clst_ksource}" || exit 1
+       PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --usepkg --buildpkg 
--binpkg-respect-use=y --update --newuse --onlydeps" run_merge 
"${clst_ksource}" || exit 1
 
        # Create the kerncache directory if it doesn't exists
        mkdir -p /tmp/kerncache/${clst_kname}

Reply via email to