| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.15 2004/07/07 14:01:31 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.16 2004/07/07 19:19:26 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>What are USE-flags?</title> |
11 | <title>What are USE-flags?</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 207 | <subsection> |
207 | <subsection> |
| 208 | <title>Precedence</title> |
208 | <title>Precedence</title> |
| 209 | <body> |
209 | <body> |
| 210 | |
210 | |
| 211 | <p> |
211 | <p> |
| 212 | Of course there is a certain precdence on what setting has priority over the |
212 | Of course there is a certain precedence on what setting has priority over the |
| 213 | USE setting. You don't want to declare <c>USE="-java"</c> only to see that |
213 | USE setting. You don't want to declare <c>USE="-java"</c> only to see that |
| 214 | <c>java</c> is declared anyway. The precedence for the USE setting is, ordered |
214 | <c>java</c> is declared anyway. The precedence for the USE setting is, ordered |
| 215 | by priority (first has lowest priority): |
215 | by priority (first has lowest priority): |
| 216 | </p> |
216 | </p> |
| 217 | |
217 | |