# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/livecd-stage1/livecd-stage1-chroot.sh, targets/support/kmerge.sh:
+ Added clst_HOSTUSE to livecd-stage1 and livecd-stage2 package builds.
+
06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
Added prescott to the subarches for x86.
# Set the timezone for the kernel build
rm /etc/localtime
-ln -s /usr/share/zoneinfo/UTC /etc/localtime
-
+cp -f /usr/share/zoneinfo/UTC /etc/localtime
filtered_kname=${clst_kname/-/_}
filtered_kname=${clst_kname/\//_}
filtered_kname=${filtered_kname/\./_}
eval "clst_kernel_use=\$clst_boot_kernel_${filtered_kname}_use"
-export USE=$clst_kernel_use
+export USE="${clst_kernel_use} ${clst_HOSTUSE}"
eval "clst_kernel_gk_kernargs=\$clst_boot_kernel_${filtered_kname}_gk_kernargs"
eval "clst_ksource=\$clst_boot_kernel_${filtered_kname}_sources"