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.1_pre2.orig/pym/portage.py (+3 lines)
Lines 6918-6923 Link Here
6918
archlist=[]
6918
archlist=[]
6919
for myarch in grabfile(settings["PORTDIR"]+"/profiles/arch.list"):
6919
for myarch in grabfile(settings["PORTDIR"]+"/profiles/arch.list"):
6920
	archlist += [myarch,"~"+myarch]
6920
	archlist += [myarch,"~"+myarch]
6921
for myover in settings["PORTDIR_OVERLAY"].split():
6922
	for myarch in grabfile(myover+"/profiles/arch.list"):
6923
		archlist += [myarch,"~"+myarch]
6921
for group in groups:
6924
for group in groups:
6922
	if not archlist:
6925
	if not archlist:
6923
		writemsg("--- 'profiles/arch.list' is empty or not available. Empty portage tree?\n")
6926
		writemsg("--- 'profiles/arch.list' is empty or not available. Empty portage tree?\n")

Return to bug 113391