Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 502982 - app-portage/gentoolkit: equery meta should support pkgspec queries
Summary: app-portage/gentoolkit: equery meta should support pkgspec queries
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 18:48 UTC by Paul Varner (RETIRED)
Modified: 2014-02-27 18:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Varner (RETIRED) gentoo-dev 2014-02-27 18:48:32 UTC
This is best described by example:

$ equery list 'gentoo*'
 * Searching for gentoo* ...
[IP-] [  ] app-portage/gentoolkit-0.3.0.8-r2:0
[IP-] [  ] app-vim/gentoo-syntax-20130619:0
[I--] [??] sys-kernel/gentoo-sources-3.2.1-r2:3.2.1-r2
[IP-] [  ] sys-kernel/gentoo-sources-3.10.17:3.10.17
[IP-] [  ] sys-kernel/gentoo-sources-3.10.25:3.10.25

$ equery meta 'gentoo*'
!!! Invalid atom: 'query.py: find_best(), bestmatch-visible, query=gentoo*, InvalidAtom=null/gentoo*'

This causes behavior to be inconsistent within equery and makes things like searching for all packages maintained by a specific herd hard.