Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Find ebuilds that use a flag
Date: Fri, 13 Mar 2009 16:14:01
Message-Id: loom.20090313T161106-36@post.gmane.org
In Reply to: Re: [gentoo-user] Find ebuilds that use a flag by Justin
1 Justin <justin <at> j-schmitz.net> writes:
2
3
4 > > Any simple/global tools to find and list each and every
5 > > package available on Gentoo that has this flag as a option?
6
7 > equery hasuse gpac ==> shows all install packages which have
8 >
9 > or
10
11 > qgrep -v IUSE|grep gpac ==> extensive but should bring you all packages which
12 have it in USE
13
14
15 This only searches my installed base of software:
16
17
18
19 [ Searching for USE flag gpac in all categories among: ]
20 * installed packages
21 [I--] [ ] media-video/kino-1.3.1 (0)
22
23
24 How do I search for ebuilds (packages) that have this flag
25 as an option, for all of the software I do not have installed?
26
27
28 James