Gentoo Archives: gentoo-user

From: Justin <justin@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Find ebuilds that use a flag
Date: Fri, 13 Mar 2009 14:53:12
Message-Id: 49BA7350.3080401@j-schmitz.net
In Reply to: [gentoo-user] Find ebuilds that use a flag by James
1 James schrieb:
2 > Hello,
3 >
4 >
5 > I need to be able to find which packages use a particular flag.
6 >
7 > "gpac" to be specific:
8 >
9 > Enable GPAC support when exporting to 3GPP format.
10 >
11 >
12 > Any simple/global tools to find and list each and every
13 > package available on Gentoo that has this flag as a option?
14 >
15 >
16 > There is also an ebuild named "gpac"
17 >
18 > Kino is one package the has this "gpac" flag.
19 > How so I know it is the only one that requires
20 > this gpac flag?
21 >
22 > James
23 >
24 >
25 >
26 >
27 >
28 You can use
29
30 equery hasuse gpac ==> shows all install packages which have
31
32 or
33
34 qgrep -v IUSE|grep gpac ==> extensive but should bring you all packages which have it in USE

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Find ebuilds that use a flag James <wireless@×××××××××××.com>