Gentoo Archives: gentoo-user

From: Bill Longman <bill.longman@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do I dump use flags?
Date: Thu, 19 May 2011 20:02:42
Message-Id: 4DD576ED.7040408@gmail.com
In Reply to: [gentoo-user] How do I dump use flags? by Alan Mackenzie
1 On 05/19/2011 11:45 AM, Alan Mackenzie wrote:
2 > Hi, Gentoo.
3 >
4 > How do I list out a list of current USE flags?
5
6 Besides the "emerge --info" examples already given, if you have
7 gentoolkit installed, you can use
8
9 euse -i
10
11 which, in the example above, lists out all the flags, where they come
12 from and which package uses them. Typically, though, you would use:
13
14 euse -i dhcp
15
16 to see what the dhcp use flag does.

Replies

Subject Author
Re: [gentoo-user] How do I dump use flags? Alan Mackenzie <acm@×××.de>