Gentoo Archives: gentoo-user

From: pk <peterk2@××××××××.se>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use?
Date: Sun, 02 Oct 2011 15:07:44
Message-Id: 4E887DD9.7010808@coolmail.se
In Reply to: Re: [gentoo-user] How to easily find out what USE flags are redundant in make.conf and package.use? by Dale
1 On 2011-10-02 10:44, Dale wrote:
2
3 > How's that for a USE line? What does it look like if there is a USE
4
5 Hm... this doesn't really answer the original question but I like to put
6 my USE flags (in make.conf) in a list (alphabetized [using sort]) like this:
7
8 USE="
9 3dnow
10 3dnowext
11 a52
12 aac
13 -accessibility
14 acl
15 acpi
16 ...
17 "
18
19 To me, that's easier to maintain and get an overview of...
20
21 Best regards
22
23 Peter K

Replies