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

(-)pym/portage/package/ebuild/fetch.py (-1 / +2 lines)
Lines 20-25 Link Here
20
import portage
20
import portage
21
portage.proxy.lazyimport.lazyimport(globals(),
21
portage.proxy.lazyimport.lazyimport(globals(),
22
	'portage.package.ebuild.config:check_config_instance,config',
22
	'portage.package.ebuild.config:check_config_instance,config',
23
	'portage.package.ebuild.doebuild:spawn@doebuild_spawn',
23
)
24
)
24
25
25
from portage import doebuild_environment, OrderedDict, os, prepare_build_dirs, selinux, _encodings, _shell_quote, _unicode_encode
26
from portage import doebuild_environment, OrderedDict, os, prepare_build_dirs, selinux, _encodings, _shell_quote, _unicode_encode
Lines 1096-1102 Link Here
1096
					ebuild_phase = mysettings.get("EBUILD_PHASE")
1097
					ebuild_phase = mysettings.get("EBUILD_PHASE")
1097
					try:
1098
					try:
1098
						mysettings["EBUILD_PHASE"] = "nofetch"
1099
						mysettings["EBUILD_PHASE"] = "nofetch"
1099
						spawn(_shell_quote(EBUILD_SH_BINARY) + \
1100
						doebuild_spawn(_shell_quote(EBUILD_SH_BINARY) + \
1100
							" nofetch", mysettings, fd_pipes=fd_pipes)
1101
							" nofetch", mysettings, fd_pipes=fd_pipes)
1101
					finally:
1102
					finally:
1102
						if ebuild_phase is None:
1103
						if ebuild_phase is None:

Return to bug 307707