From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QN9Qf-0002Hm-Te for garchives@archives.gentoo.org; Thu, 19 May 2011 20:02:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD64C1C005; Thu, 19 May 2011 20:00:56 +0000 (UTC) Received: from mail-pw0-f53.google.com (mail-pw0-f53.google.com [209.85.160.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 829471C005 for ; Thu, 19 May 2011 20:00:56 +0000 (UTC) Received: by pwj5 with SMTP id 5so2135824pwj.40 for ; Thu, 19 May 2011 13:00:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=ktlMLJo2xX9/IsPajrAc/L3YmzjEoorW24f8ND+6bsE=; b=D7GsI808BWk6sjq7IZQwpTpag9qWDtO2GPi3Fpf5ERv/n9pom4iLgX21nYS9i7hlt3 EAukSP3QPi6sd6xjpYgjeDMqz29HL0nIWZOAuqTe8eBlErTjsjizD0V/yVnu3hklZFMu NMLYPc7eXu6rcIixIYQeDDPFfO25SxKTsqhpw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=vHejSwIVQZVKiur1tP62aylgWGrnpZOAD0HKy9dwz9zl2hN5HtZ39X2BadPAJJ1tm+ /xJYz4/1mWG1C7dPn1bxw+AwzN9qpJ/zmtb1JOlsQe39QRUv0B95eSbmlQTvdwd7tA92 7EP7aBBPGlcNhivqPLCLCFD7hDnfRMYaEnqng= Received: by 10.143.68.18 with SMTP id v18mr2001715wfk.340.1305835255883; Thu, 19 May 2011 13:00:55 -0700 (PDT) Received: from [192.168.25.20] (173-8-195-225-Oregon.hfc.comcastbusiness.net [173.8.195.225]) by mx.google.com with ESMTPS id s39sm2571992wfc.4.2011.05.19.13.00.53 (version=SSLv3 cipher=OTHER); Thu, 19 May 2011 13:00:54 -0700 (PDT) Message-ID: <4DD576ED.7040408@gmail.com> Date: Thu, 19 May 2011 13:00:45 -0700 From: Bill Longman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110506 Lightning/1.0b3pre Lanikai/3.1.10 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] How do I dump use flags? References: <20110519184541.GA2223@acm.acm> In-Reply-To: <20110519184541.GA2223@acm.acm> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 2682d5cc761f40adce885317615485f8 On 05/19/2011 11:45 AM, Alan Mackenzie wrote: > Hi, Gentoo. > > How do I list out a list of current USE flags? Besides the "emerge --info" examples already given, if you have gentoolkit installed, you can use euse -i which, in the example above, lists out all the flags, where they come from and which package uses them. Typically, though, you would use: euse -i dhcp to see what the dhcp use flag does.