diff options
Diffstat (limited to 'trunk/src/equery')
| -rwxr-xr-x | trunk/src/equery/equery | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index 3978ccf..3ae4d9d 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -203,10 +203,9 @@ class CmdListBelongs(Command): found = 0 for pkg in matches: - # ignore meta ebuilds and injected packages + cnt = pkg.get_contents() if not cnt: continue - cnt = pkg.get_contents() for file in cnt.keys(): if rx.search(file): print pkg.get_cpv() + " (" + fileAsStr(file, cnt[file]) + ")" |
