Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166420 | Differences between
and this patch

Collapse All | Expand All

(-)targets/support/chroot-functions.sh (-6 / +6 lines)
Lines 85-97 Link Here
85
setup_portage(){
85
setup_portage(){
86
	# portage needs to be merged manually with USE="build" set to avoid frying
86
	# portage needs to be merged manually with USE="build" set to avoid frying
87
	# our make.conf. emerge system could merge it otherwise.
87
	# our make.conf. emerge system could merge it otherwise.
88
	if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ]
88
#	if [ "${clst_AUTORESUME}" = "1" -a -e /tmp/.clst_portage ]
89
	then
89
#	then
90
		echo "Portage Autoresume point found not emerging portage"
90
#		echo "Portage Autoresume point found not emerging portage"
91
	else
91
#	else
92
		USE="build" run_emerge --oneshot --nodeps portage
92
		USE="build" run_emerge --oneshot --nodeps portage
93
		touch /tmp/.clst_portage || exit 1
93
#		touch /tmp/.clst_portage || exit 1
94
	fi
94
#	fi
95
}
95
}
96
96
97
setup_gcc(){
97
setup_gcc(){

Return to bug 166420