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 1Li8l6-0002fv-Kl for garchives@archives.gentoo.org; Fri, 13 Mar 2009 14:53:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F28E02A9; Fri, 13 Mar 2009 14:53:11 +0000 (UTC) Received: from static.21.48.46.78.clients.your-server.de (static.21.48.46.78.clients.your-server.de [78.46.48.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 34CCCE02A9 for ; Fri, 13 Mar 2009 14:53:11 +0000 (UTC) Received: by static.21.48.46.78.clients.your-server.de (Postfix, from userid 1007) id 631391737DE; Fri, 13 Mar 2009 15:53:13 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on 0815-web.localdomain X-Spam-Level: X-Spam-Status: No, score=-102.8 required=5.0 tests=AWL,BAYES_00,NO_RECEIVED, NO_RELAYS,USER_IN_WHITELIST autolearn=ham version=3.2.1 Message-ID: <49BA7350.3080401@j-schmitz.net> Date: Fri, 13 Mar 2009 15:53:04 +0100 From: Justin User-Agent: Thunderbird 2.0.0.19 (X11/20090311) 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] Find ebuilds that use a flag References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig17A872EB68317156D735DAEC" X-Archives-Salt: 5cbd85fa-a40a-4279-9928-30858785f1fd X-Archives-Hash: afadff5747e38fcaeb443d2c04391632 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig17A872EB68317156D735DAEC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable James schrieb: > Hello, >=20 >=20 > I need to be able to find which packages use a particular flag. >=20 > "gpac" to be specific: >=20 > Enable GPAC support when exporting to 3GPP format. >=20 >=20 > Any simple/global tools to find and list each and every > package available on Gentoo that has this flag as a option? >=20 >=20 > There is also an ebuild named "gpac" >=20 > Kino is one package the has this "gpac" flag. > How so I know it is the only one that requires > this gpac flag? >=20 > James >=20 >=20 >=20 >=20 >=20 You can use equery hasuse gpac =3D=3D> shows all install packages which have or qgrep -v IUSE|grep gpac =3D=3D> extensive but should bring you all packag= es which have it in USE --------------enig17A872EB68317156D735DAEC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkm6c1AACgkQgAnW8HDreRY3UACgrmyMQ9oq29o95LYi/Iy9T1uJ l38AoJq9mTk1kurr0ABNrxgfGmQpef9a =nFXy -----END PGP SIGNATURE----- --------------enig17A872EB68317156D735DAEC--