kmerge.sh: Don't set USE=build for emerging kernels.
authorMatt Turner <mattst88@gmail.com>
Tue, 30 Jul 2013 07:04:51 +0000 (00:04 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 30 Jul 2013 07:08:15 +0000 (00:08 -0700)
commitc0fcbf027169da8b6f0d5e3c80c1526642c6c672
treea607cff9d5562f06322daae95de1ef5c0a32beb2
parent54d18e98b2e8341c05bc67399371d2067d78cc7e
kmerge.sh: Don't set USE=build for emerging kernels.

USE=build for kernels means that they're not going to be built and that
we just want to install the sources. In catalyst, we do also want to
build the kernels, so settings the (badly named) USE flag prevents
installing sys-devel/bc, ultimately leading to the kernel build failing.

Remove USE=build from kmerge.sh and let it install dependencies
necessary for actually building the kernel. Fixes Live CD builds with
kernels that require bc (>= 3.9, I believe). See bug 478244.

Tested-by: Ben Kohler <bkohler@gmail.com>
targets/support/kmerge.sh