| … | |
… | |
| 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.25 2004/12/26 14:56:32 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.26 2004/12/28 20:01:06 cam Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.22</version> |
11 | <version>1.23</version> |
| 12 | <date>2004-12-26</date> |
12 | <date>2004-12-28</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>What are USE-flags?</title> |
15 | <title>What are USE-flags?</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>The ideas behind USE-flags</title> |
17 | <title>The ideas behind USE-flags</title> |
| … | |
… | |
| 133 | look at this default setting: |
133 | look at this default setting: |
| 134 | </p> |
134 | </p> |
| 135 | |
135 | |
| 136 | <pre caption="/usr/portage/profiles/default-linux/x86/2004.3/make.defaults USE variable"> |
136 | <pre caption="/usr/portage/profiles/default-linux/x86/2004.3/make.defaults USE variable"> |
| 137 | <comment>(This is an example and might have changed since it was taken)</comment> |
137 | <comment>(This is an example and might have changed since it was taken)</comment> |
| 138 | USE="x86 oss apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm |
138 | USE="x86 oss apm arts avi berkdb bitmap-fonts crypt cups encode fortran f77 |
| 139 | gtk gtk2 imlib jpeg kde gnome libg++ libwww mad mikmod motif mpeg ncurses |
139 | foomaticdb gdbm gif gpm gtk gtk2 imlib jpeg kde gnome libg++ libwww mad |
| 140 | nls oggvorbis opengl pam pdflib png python qt quicktime readline sdl |
140 | mikmod motif mpeg ncurses nls oggvorbis opengl pam pdflib png python qt |
| 141 | slang spell ssl svga tcpd truetype X xml2 xmms xv zlib" |
141 | quicktime readline sdl spell ssl svga tcpd truetype X xml2 xmms xv zlib" |
| 142 | </pre> |
142 | </pre> |
| 143 | |
143 | |
| 144 | <p> |
144 | <p> |
| 145 | As you can see, this variable already contains quite a lot of keywords. Do |
145 | As you can see, this variable already contains quite a lot of keywords. Do |
| 146 | <b>not</b> alter any <path>make.defaults</path> file to tailor |
146 | <b>not</b> alter any <path>make.defaults</path> file to tailor |