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 1LiA1I-0005sh-SM for garchives@archives.gentoo.org; Fri, 13 Mar 2009 16:14:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5EC4E02A7; Fri, 13 Mar 2009 16:13:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B43D4E02A7 for ; Fri, 13 Mar 2009 16:13:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 5F13464904 for ; Fri, 13 Mar 2009 16:13:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.919 X-Spam-Level: X-Spam-Status: No, score=-2.919 required=5.5 tests=[AWL=0.680, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vItLVA+J1mim for ; Fri, 13 Mar 2009 16:13:29 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A850F64749 for ; Fri, 13 Mar 2009 16:13:27 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LiA0i-0003OS-O5 for gentoo-user@gentoo.org; Fri, 13 Mar 2009 16:13:24 +0000 Received: from buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 16:13:24 +0000 Received: from wireless by buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Mar 2009 16:13:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Find ebuilds that use a flag Date: Fri, 13 Mar 2009 16:13:13 +0000 (UTC) Message-ID: References: <49BA7350.3080401@j-schmitz.net> 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.19) Gecko/20090306 SeaMonkey/1.1.14) Sender: news X-Archives-Salt: bf56ec53-a173-4a68-9358-8cbd8a3eba8d X-Archives-Hash: 4c122a6597ff2336e2a65a3ff8d2fbb5 Justin j-schmitz.net> writes: > > Any simple/global tools to find and list each and every > > package available on Gentoo that has this flag as a option? > equery hasuse gpac ==> shows all install packages which have > > or > qgrep -v IUSE|grep gpac ==> extensive but should bring you all packages which have it in USE This only searches my installed base of software: [ Searching for USE flag gpac in all categories among: ] * installed packages [I--] [ ] media-video/kino-1.3.1 (0) How do I search for ebuilds (packages) that have this flag as an option, for all of the software I do not have installed? James