kerncache improperly sets --nodeps
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Fri, 2 Aug 2013 06:13:16 +0000 (02:13 -0400)
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>
Fri, 2 Aug 2013 06:13:16 +0000 (02:13 -0400)
It makes no sense to set --nodeps just because kerncache is being
used, the kernel still must be built at least once

targets/support/kmerge.sh

index 89e71325efb436c4385f7493f382431762cb299f..ef3eb2e8e8670022a80704ba9cfe42d3091137f4 100644 (file)
@@ -202,7 +202,7 @@ fi
 if [ -n "${clst_KERNCACHE}" ]
 then
        mkdir -p /tmp/kerncache/${clst_kname}
-       clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --nodeps --update --newuse" run_merge "${clst_ksource}" || exit 1
+       clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse" run_merge "${clst_ksource}" || exit 1
        KERNELVERSION=`portageq best_visible / "${clst_ksource}"`
        if [ ! -e /etc/portage/profile/package.provided ]
        then