git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1396
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 16 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/stage1/stage1-chroot.sh:
+ We don't need --newuse if we're not using binary packages, so there's no
+ need for it here.
+
13 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/livecd-stage2/livecd-stage2-controller.sh:
Added initial framework for creating the CD's root on livecd/livedvd.
[ -e /etc/make.conf ] && \
echo "USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"" \
>> /etc/make.conf
-run_merge "--noreplace --oneshot --newuse ${clst_buildpkgs}"
+run_merge "--noreplace --oneshot ${clst_buildpkgs}"
sed -i "/USE=\"-* bindist build ${STAGE1_USE} ${clst_HOSTUSE}\"/d" \
/etc/make.conf