| … | |
… | |
| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.47 2007/07/04 13:42:38 jkt Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.48 2007/07/04 13:47:19 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | USE flags are a very important aspect of Gentoo. In this chapter, you learn to |
12 | USE flags are a very important aspect of Gentoo. In this chapter, you learn to |
| … | |
… | |
| 351 | Now run <c>equery</c> with the <c>uses</c> argument to view the USE flags of a |
351 | Now run <c>equery</c> with the <c>uses</c> argument to view the USE flags of a |
| 352 | certain package. For instance, for the <c>gnumeric</c> package: |
352 | certain package. For instance, for the <c>gnumeric</c> package: |
| 353 | </p> |
353 | </p> |
| 354 | |
354 | |
| 355 | <pre caption="Using equery to view used USE flags"> |
355 | <pre caption="Using equery to view used USE flags"> |
| 356 | # <i>equery uses =gnumeric-1.6.3 -a</i> |
356 | # <i>equery --nocolor uses =gnumeric-1.6.3 -a</i> |
| 357 | [ Searching for packages matching =gnumeric-1.6.3... ] |
357 | [ Searching for packages matching =gnumeric-1.6.3... ] |
| 358 | [ Colour Code : <comment>set</comment> <i>unset</i> ] |
358 | [ Colour Code : set unset ] |
| 359 | [ Legend : Left column (U) - USE flags from make.conf ] |
359 | [ Legend : Left column (U) - USE flags from make.conf ] |
| 360 | [ : Right column (I) - USE flags packages was installed with ] |
360 | [ : Right column (I) - USE flags packages was installed with ] |
| 361 | [ Found these USE variables for app-office/gnumeric-1.6.3 ] |
361 | [ Found these USE variables for app-office/gnumeric-1.6.3 ] |
| 362 | U I |
362 | U I |
| 363 | - - <i>debug</i> : Enable extra debug codepaths, like asserts and extra output. |
363 | - - debug : Enable extra debug codepaths, like asserts and extra output. |
| 364 | If you want to get meaningful backtraces see |
364 | If you want to get meaningful backtraces see |
| 365 | http://www.gentoo.org/proj/en/qa/backtraces.xml. |
365 | http://www.gentoo.org/proj/en/qa/backtraces.xml . |
| 366 | - - <i>gnome</i> : Adds GNOME support |
366 | + + gnome : Adds GNOME support |
| 367 | + + <comment>python</comment> : Adds support/bindings for the Python language |
367 | + + python : Adds support/bindings for the Python language |
| 368 | - - <i>static</i> : !!do not set this during bootstrap!! Causes binaries to be |
368 | - - static : !!do not set this during bootstrap!! Causes binaries to be |
| 369 | statically linked instead of dynamically |
369 | statically linked instead of dynamically |
| 370 | </pre> |
370 | </pre> |
| 371 | |
371 | |
| 372 | </body> |
372 | </body> |
| 373 | </subsection> |
373 | </subsection> |
| 374 | </section> |
374 | </section> |