Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Fri, 02 Aug 2013 06:16:35
Message-Id: 1375423996.44e281a18cef719c43637d442e31cd6cb70c595f.zerochaos@gentoo
1 commit: 44e281a18cef719c43637d442e31cd6cb70c595f
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 06:13:16 2013 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 2 06:13:16 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=44e281a1
7
8 kerncache improperly sets --nodeps
9
10 It makes no sense to set --nodeps just because kerncache is being
11 used, the kernel still must be built at least once
12
13 ---
14 targets/support/kmerge.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
18 index 89e7132..ef3eb2e 100644
19 --- a/targets/support/kmerge.sh
20 +++ b/targets/support/kmerge.sh
21 @@ -202,7 +202,7 @@ fi
22 if [ -n "${clst_KERNCACHE}" ]
23 then
24 mkdir -p /tmp/kerncache/${clst_kname}
25 - clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --nodeps --update --newuse" run_merge "${clst_ksource}" || exit 1
26 + clst_root_path=/tmp/kerncache/${clst_kname} PKGDIR=${PKGDIR} clst_myemergeopts="--quiet --update --newuse" run_merge "${clst_ksource}" || exit 1
27 KERNELVERSION=`portageq best_visible / "${clst_ksource}"`
28 if [ ! -e /etc/portage/profile/package.provided ]
29 then