Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale
Andrey Moshbear wrote: On Sun, Oct 2, 2011 at 00:17, Spideyspide...@gmail.com wrote: The question is in the subject: how to easily find out what USE flags are redundant in make.conf and package.use? Someone somewhere in this list suggested using some tool, I've tried that but it was extremely

Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Neil Bothwick
On Sun, 2 Oct 2011 01:17:01 -0300, Spidey wrote: The question is in the subject: how to easily find out what USE flags are redundant in make.conf and package.use? eix-test-obsolete finds this and more besides, it's great for keeping /etc/portage cruft-free. -- Neil Bothwick Very funny

Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread pk
On 2011-10-02 10:44, Dale wrote: How's that for a USE line? What does it look like if there is a USE Hm... this doesn't really answer the original question but I like to put my USE flags (in make.conf) in a list (alphabetized [using sort]) like this: USE= 3dnow 3dnowext a52 aac -accessibility

Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread Dale
pk wrote: On 2011-10-02 10:44, Dale wrote: How's that for a USE line? What does it look like if there is a USE Hm... this doesn't really answer the original question but I like to put my USE flags (in make.conf) in a list (alphabetized [using sort]) like this: USE= 3dnow 3dnowext a52 aac

Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-02 Thread pk
On 2011-10-02 19:51, Dale wrote: So, I guess you put the \ on the end and indent the next line and it sees it as one line. This is copy-paste (well, it's not all of it but I think you get the idea) directly from my make.conf: USE= 3dnow 3dnowext a52 aac -accessibility acl acpi ... Portage

Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?

2011-10-01 Thread Andrey Moshbear
On Sun, Oct 2, 2011 at 00:17, Spidey spide...@gmail.com wrote: The question is in the subject: how to easily find out what USE flags are redundant in make.conf and package.use? Someone somewhere in this list suggested using some tool, I've tried that but it was extremely verbose, and I'd had