Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61932 - equery should be able to search for packages depending on a USE flag
Summary: equery should be able to search for packages depending on a USE flag
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Karl Trygve Kalleberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-27 08:21 UTC by Chris Gottbrath
Modified: 2004-09-01 17:09 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 Chris Gottbrath 2004-08-27 08:21:56 UTC
When deciding whether to enable a USE flag 
it would be nice to see if there are any other packages
that depend on the use flag. 

You can of course do 

find /usr/portage/ -name \*.ebuild -exec grep -H 'IUSE' {} \; | grep $FLAG

but that seems like a bit much to type.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-08-27 08:57:49 UTC
qpkg is deprecated
Comment 2 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-08-28 03:13:34 UTC
New version has this.
Comment 3 Chris Gottbrath 2004-08-29 21:32:52 UTC
new version of equery? I am using gentoolkit 0.2.0 pre8 and I don't see that functionality in either qpkg or equery. Is it undocumented?
Comment 4 Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-09-01 14:11:07 UTC
It's in CVS, but has not been release yet. It'll be available in the next release
of Gentoolkit.
Comment 5 Chris Gottbrath 2004-09-01 17:09:05 UTC
excellent. Thanks!