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

(-)portage-2.0.51_pre13-orig/bin/repoman (-2 / +3 lines)
Lines 885-893 Link Here
885
	#if not portage.portdb.xmatch("bestmatch-visible",x):
885
	#if not portage.portdb.xmatch("bestmatch-visible",x):
886
	#    stats["ebuild.nostable"]+=1
886
	#    stats["ebuild.nostable"]+=1
887
	#    fails["ebuild.nostable"].append(x)
887
	#    fails["ebuild.nostable"].append(x)
888
	portage.groups=["*"]
888
	if not portage.portdb.xmatch("list-visible",x):
889
	if not portage.portdb.xmatch("list-visible",x):
889
	    stats["ebuild.allmasked"]+=1
890
		stats["ebuild.allmasked"]+=1
890
	    fails["ebuild.allmasked"].append(x)
891
		fails["ebuild.allmasked"].append(x)
891
892
892
#Pickle and save results for instant reuse in last and lfull
893
#Pickle and save results for instant reuse in last and lfull
893
savef=open('/var/cache/edb/repo.stats','w')
894
savef=open('/var/cache/edb/repo.stats','w')

Return to bug 57068