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

(-)equery (-2 / +2 lines)
Lines 344-350 Link Here
344
            if not cnt: return
344
            if not cnt: return
345
            for file in cnt.keys():
345
            for file in cnt.keys():
346
                if rx.search(file):
346
                if rx.search(file):
347
                    print pkg.get_cpv()
347
                    print pkg
348
                    return
348
                    return
349
349
350
        class DummyExp:
350
        class DummyExp:
Lines 357-363 Link Here
357
            if not cnt: return
357
            if not cnt: return
358
            for file in cnt.keys():
358
            for file in cnt.keys():
359
                if rx.search(file):
359
                if rx.search(file):
360
                    s = pp.cpv(pkg.get_cpv())
360
                    s = pp.cpv(pkg)
361
                    s += " (" + pp.path(fileAsStr(file, cnt[file])) + ")"
361
                    s += " (" + pp.path(fileAsStr(file, cnt[file])) + ")"
362
                    print_info(0, s)
362
                    print_info(0, s)
363
                    if opts["earlyOut"]:
363
                    if opts["earlyOut"]:

Return to bug 70264