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

Collapse All | Expand All

(-)portage-2.0.53_rc7.orig/pym/portage.py (+3 lines)
Lines 7524-7529 Link Here
7524
archlist=[]
7524
archlist=[]
7525
for myarch in grabfile(settings["PORTDIR"]+"/profiles/arch.list"):
7525
for myarch in grabfile(settings["PORTDIR"]+"/profiles/arch.list"):
7526
	archlist += [myarch,"~"+myarch]
7526
	archlist += [myarch,"~"+myarch]
7527
for myover in settings["PORTDIR_OVERLAY"].split():
7528
	for myarch in grabfile(myover+"/profiles/arch.list"):
7529
		archlist += [myarch,"~"+myarch]
7527
for group in groups:
7530
for group in groups:
7528
	if not archlist:
7531
	if not archlist:
7529
		writemsg("--- 'profiles/arch.list' is empty or not available. Empty portage tree?\n")
7532
		writemsg("--- 'profiles/arch.list' is empty or not available. Empty portage tree?\n")

Return to bug 113391