commit:     4c9aecb6a0c04bb6115cab906ed8c6c72f8b1c01
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 23:30:05 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 02:50:08 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4c9aecb6

targets: Emerge kernel sources with --update --changed-use

Ensure that we have the appropriate version with appropriate USE flags.

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

 targets/support/kmerge.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index 7f1f029c..ee75e0a8 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -189,7 +189,7 @@ then
                rm -f ${clst_port_conf}/profile/package.provided
        fi
 
-       USE=symlink run_merge "${ksource}"
+       USE=symlink run_merge --update --changed-use "${ksource}"
 
        SOURCESDIR="/tmp/kerncache/${kname}/sources"
        if [ -L /usr/src/linux ]
@@ -219,7 +219,7 @@ then
                fi
        fi
 else
-       USE=symlink run_merge "${ksource}"
+       USE=symlink run_merge --update --changed-use "${ksource}"
 
        if [ ! "${clst_kextraversion}" = "" ]
        then

Reply via email to