From 44e281a18cef719c43637d442e31cd6cb70c595f Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 2 Aug 2013 02:13:16 -0400 Subject: [PATCH] kerncache improperly sets --nodeps 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh index 89e71325..ef3eb2e8 100644 --- a/targets/support/kmerge.sh +++ b/targets/support/kmerge.sh @@ -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 -- 2.26.2