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

(-)a/modules/generic_stage_target.py (-1 / +4 lines)
Lines 1068-1073 class generic_stage_target(generic_target): Link Here
1068
			if "portage_overlay" in self.settings:
1068
			if "portage_overlay" in self.settings:
1069
				myf.write('PORTDIR_OVERLAY="/usr/local/portage"\n')
1069
				myf.write('PORTDIR_OVERLAY="/usr/local/portage"\n')
1070
1070
1071
			""" Set default locale for system responses """
1072
			myf.write("# This sets the language of build output to English. Please keep this setting intact when reporting bugs.\n")
1073
			myf.write("LC_MESSAGES=C\n")
1074
1071
			myf.close()
1075
			myf.close()
1072
			cmd("cp "+self.settings["chroot_path"]+"/etc/portage/make.conf "+\
1076
			cmd("cp "+self.settings["chroot_path"]+"/etc/portage/make.conf "+\
1073
				self.settings["chroot_path"]+"/etc/portage/make.conf.catalyst",\
1077
				self.settings["chroot_path"]+"/etc/portage/make.conf.catalyst",\
1074
- 

Return to bug 478382