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

Collapse All | Expand All

(-)bin/repoman (-2 / +4 lines)
Lines 1263-1270 Link Here
1263
				stats["virtual.exists"]+=1
1263
				stats["virtual.exists"]+=1
1264
				fails["virtual.exists"].append(x+"/"+y+".ebuild: "+prov_cp)
1264
				fails["virtual.exists"].append(x+"/"+y+".ebuild: "+prov_cp)
1265
1265
1266
		for pos in range(0,len(missingvars)):
1266
		for pos, missing_var in enumerate(missingvars):
1267
			if not myaux[missingvars[pos]]:
1267
			if not myaux.get(missing_var):
1268
				if missing_var == "LICENSE" and catdir == "virtual":
1269
					continue
1268
				myqakey=missingvars[pos]+".missing"
1270
				myqakey=missingvars[pos]+".missing"
1269
				stats[myqakey]=stats[myqakey]+1
1271
				stats[myqakey]=stats[myqakey]+1
1270
				fails[myqakey].append(x+"/"+y+".ebuild")
1272
				fails[myqakey].append(x+"/"+y+".ebuild")

Return to bug 140180