Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-27 Thread Mark Knecht
On 4/27/05, William Kenworthy <[EMAIL PROTECTED]> wrote: > Thanks, just curious ... > > BillK > Yeah, I get that. I wanted to know about a command like this since while building MythTV I added a bunch of flags to make.conf. I think I'd rather have them in package.use and effect only specific pa

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-27 Thread William Kenworthy
Thanks, just curious ... BillK On Wed, 2005-04-27 at 05:13 -0700, Mark Knecht wrote: > Was that directed at me Bill? Sorry. > > I was 'concerned'about that flag because when I added it to my USE > flags in make.conf (to get some part of MythTV built) it seemed that -- William Kenworthy <[EMA

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-27 Thread Mark Knecht
Was that directed at me Bill? Sorry. I was 'concerned'about that flag because when I added it to my USE flags in make.conf (to get some part of MythTV built) it seemed that nearly every other package that used it, which had been building fine before, no longer built correctly. I choose 'aac' when

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-27 Thread Ow Mun Heng
On Wed, 2005-04-27 at 12:39 +0800, W.Kenworthy wrote: > why are you concerned? > to fix euse: > vi `which euse` > :157 > s/grep/egrep/ > :wq Thanks.. That fixed it up. Though I'm not sure why since it complained about not being able to find $PORTDIR > -- Ow Mun Heng Gentoo/Linux on DELL D600 1

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-27 Thread Nick Rout
no no, I just wanted to see every package that is affected by a particular USE flag. On Wed, 2005-04-27 at 12:53 +0800, steven pan wrote: > emerge -Npv package_name > > is it right? > > On 4/27/05, Nick Rout <[EMAIL PROTECTED]> wrote: > > The subject says it all, is there a way other than > > >

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread W.Kenworthy
Right answers, but to the wrong question: I meant whats wrong with the aac flag if it just adds mpeg4 aac audio support? BillK On Wed, 2005-04-27 at 16:39 +1200, Nick Rout wrote: > On Tue, 26 Apr 2005 20:31:57 -0700 > Mark Knecht wrote: > > > Nick, > >I may be wrong but this seems to return

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread steven pan
emerge -Npv package_name is it right? On 4/27/05, Nick Rout <[EMAIL PROTECTED]> wrote: > The subject says it all, is there a way other than > > grep USEFLAG /usr/portage/* -r > > ?? > -- > Nick Rout > > -- > gentoo-user@gentoo.org mailing list > > -- StevenPan -- gentoo-user@gentoo.org

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Nick Rout
this is clearly the right answer, I wasn't aware that equery could do this! but you are up too late, go to bed On Wed, 27 Apr 2005 00:04:00 -0400 Willie Wong wrote: > [12:02 AM]wwong ~ $ equery --help hasuse > List all packages with a particular USE flag > Syntax: > list useflag

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Nick Rout
On Tue, 26 Apr 2005 20:31:57 -0700 Mark Knecht wrote: > Nick, >I may be wrong but this seems to return too much stuff for the flag > 'aac' - a flag I have concerns about. well it was pretty rough and ready, because: 1. it will return stuff out of the metadata directory and other weird place

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread W.Kenworthy
why are you concerned? bunyip root # euse -i aac global use flags (searching: aac) [+ C ] aac - Enables support for MPEG-4 AAC Audio local use flags (searching: aac) no matc

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Willie Wong
On Tue, Apr 26, 2005 at 08:31:57PM -0700, Mark Knecht wrote: > Nick, >I may be wrong but this seems to return too much stuff for the flag > 'aac' - a flag I have concerns about. > > Thanks, > Mark > > On 4/26/05, Nick Rout <[EMAIL PROTECTED]> wrote: > > The subject says it all, is there a way

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Ow Mun Heng
On Tue, 2005-04-26 at 20:31 -0700, Mark Knecht wrote: > Nick, >I may be wrong but this seems to return too much stuff for the flag > 'aac' - a flag I have concerns about. U can try using ufed. or etcat uses or euse (When it did work) > Thanks, > Mark > > On 4/26/05, Nick Rout <[EMAIL PR

Re: [gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Mark Knecht
Nick, I may be wrong but this seems to return too much stuff for the flag 'aac' - a flag I have concerns about. Thanks, Mark On 4/26/05, Nick Rout <[EMAIL PROTECTED]> wrote: > The subject says it all, is there a way other than > > grep USEFLAG /usr/portage/* -r > > ?? > -- > Nick Rout > > -

[gentoo-user] Is there a way to find every package with a USE flag

2005-04-26 Thread Nick Rout
The subject says it all, is there a way other than grep USEFLAG /usr/portage/* -r ?? -- Nick Rout -- gentoo-user@gentoo.org mailing list