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

Collapse All | Expand All

(-)portage.py-old (+1 lines)
Lines 909-914 Link Here
909
			print ">>>",settings["EBUILD"],"has fetch restriction turned on."
909
			print ">>>",settings["EBUILD"],"has fetch restriction turned on."
910
			print ">>> This probably means that this ebuild's files must be downloaded"
910
			print ">>> This probably means that this ebuild's files must be downloaded"
911
			print ">>> manually.  See the comments in the ebuild for more information."
911
			print ">>> manually.  See the comments in the ebuild for more information."
912
                        spawn("/usr/sbin/ebuild.sh nofetch")
912
			return 0
913
			return 0
913
		return 1
914
		return 1
914
	locations=mymirrors[:]
915
	locations=mymirrors[:]

Return to bug 10347