if not cnt: return
for file in cnt.keys():
if rx.search(file):
print pkg.get_cpv()
print pkg
return
class DummyExp:
s = pp.cpv(pkg.get_cpv())
s = pp.cpv(pkg)
s += " (" + pp.path(fileAsStr(file, cnt[file])) + ")"
print_info(0, s)
if opts["earlyOut"]: