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

Collapse All | Expand All

(-)pym/portage.py (+1 lines)
Lines 2952-2957 Link Here
2952
					"ebuild's files must be downloaded"
2952
					"ebuild's files must be downloaded"
2953
				print "!!! manually.  See the comments in" + \
2953
				print "!!! manually.  See the comments in" + \
2954
					" the ebuild for more information.\n"
2954
					" the ebuild for more information.\n"
2955
				mysettings["EBUILD_PHASE"] = "unpack"
2955
				spawn(EBUILD_SH_BINARY + " nofetch", mysettings)
2956
				spawn(EBUILD_SH_BINARY + " nofetch", mysettings)
2956
			elif listonly:
2957
			elif listonly:
2957
				continue
2958
				continue

Return to bug 189791