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

(-)src-2.0.51-r2/portage.py (+5 lines)
Lines 2219-2224 Link Here
2219
2219
2220
	validcommands = ["help","clean","prerm","postrm","preinst","postinst",
2220
	validcommands = ["help","clean","prerm","postrm","preinst","postinst",
2221
	                "config","setup","depend","fetch","digest",
2221
	                "config","setup","depend","fetch","digest",
2222
	                "distfiles",
2222
	                "unpack","compile","test","install","rpm","qmerge","merge",
2223
	                "unpack","compile","test","install","rpm","qmerge","merge",
2223
	                "package","unmerge", "manifest"]
2224
	                "package","unmerge", "manifest"]
2224
2225
Lines 2503-2508 Link Here
2503
	except:
2504
	except:
2504
		pass
2505
		pass
2505
2506
2507
	if mydo=="distfiles":
2508
		print string.join(checkme,"\n")
2509
		return 0
2510
2506
	if not fetch(fetchme, mysettings, listonly=listonly, fetchonly=fetchonly):
2511
	if not fetch(fetchme, mysettings, listonly=listonly, fetchonly=fetchonly):
2507
		return 1
2512
		return 1
2508
2513

Return to bug 69805