Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 358847
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- /usr/lib/catalyst/targets/support/chroot-functions.sh
0
++ /usr/lib/catalyst/targets/support/chroot-functions.sh
Lines 167-173 Link Here
167
	# portage to avoid frying our /etc/make.conf file.  Otherwise, we could
167
	# portage to avoid frying our /etc/make.conf file.  Otherwise, we could
168
	# just let emerge system could merge it.
168
	# just let emerge system could merge it.
169
	[ -e /etc/make.conf ] && echo 'USE="${USE} build"' >> /etc/make.conf
169
	[ -e /etc/make.conf ] && echo 'USE="${USE} build"' >> /etc/make.conf
170
	run_merge --oneshot --nodeps virtual/portage
170
	run_merge --oneshot --nodeps sys-apps/portage
171
	sed -i '/USE="${USE} build"/d' /etc/make.conf
171
	sed -i '/USE="${USE} build"/d' /etc/make.conf
172
}
172
}
173
173

Return to bug 358847