Gentoo Archives: gentoo-user

From: Justin Findlay <jfindlay@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New USE flags???
Date: Tue, 09 May 2006 02:50:23
Message-Id: 86ba12520605081943p6741554dy9298b7f4436ecf6e@mail.gmail.com
In Reply to: [gentoo-user] New USE flags??? by Jerry McBride
1 On 5/8/06, Jerry McBride <mcbrides9@×××××××.net> wrote:
2 >
3 > Would someone know what the following two USE flags do? latin and aio
4 >
5 > It seems latin1 relates to mysql and aio relates to slocate... But what do
6 > they do?
7
8 There's a neat little utility called equery (from gentoolkit) that
9 will give you descriptions of local package USE flags, so in your case
10 try,
11
12 $ equery uses mysql
13
14 and
15
16 $ equery uses slocate
17
18 and enjoy. (: Alternatively, you can grep for latin1 or aio in
19 /usr/portage/profiles/use.local.desc to see all the packages that have
20 USE flags with those particular names.
21
22
23 Justin
24
25 --
26 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New USE flags??? Jerry McBride <mcbrides9@×××××××.net>