# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/chroot-functions.sh:
+ Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166420 to
+ remove the autoresume point for portage, as it really isn't needed and
+ doesn't really gain us much, anyway.
+
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
targets/stage1/stage1-chroot.sh:
Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166426.
setup_portage(){
# portage needs to be merged manually with USE="build" set to avoid frying
# our make.conf. emerge system could merge it otherwise.
- if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ]
- then
- echo "Portage Autoresume point found not emerging portage"
- else
+# if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ]
+# then
+# echo "Portage Autoresume point found not emerging portage"
+# else
USE="build" run_emerge --oneshot --nodeps portage
- touch /tmp/.clst_portage || exit 1
- fi
+# touch /tmp/.clst_portage || exit 1
+# fi
}
setup_gcc(){