Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185751 | Differences between
and this patch

Collapse All | Expand All

(-)id/handbook/hb-working-use.xml (-9 / +9 lines)
Lines 12-25 Link Here
12
<abstract>
12
<abstract>
13
Flag USE sangat penting di Gentoo. Pada bab ini, anda akan mempelajari cara
13
Flag USE sangat penting di Gentoo. Pada bab ini, anda akan mempelajari cara
14
menggunakan flag USE dan mengerti bagaimana flag USE berinteraksi dengan sistem
14
menggunakan flag USE dan mengerti bagaimana flag USE berinteraksi dengan sistem
15
anda.
15
anda.
16
</abstract>
16
</abstract>
17
17
18
<version>1.36</version>
18
<version>1.37</version>
19
<date>2007-02-20</date>
19
<date>2007-07-04</date>
20
20
21
<section>
21
<section>
22
<title>Apakah Flag USE itu?</title>
22
<title>Apakah Flag USE itu?</title>
23
<subsection>
23
<subsection>
24
<title>Ide dibalik flag USE</title>
24
<title>Ide dibalik flag USE</title>
25
<body>
25
<body>
Lines 374-392 Link Here
374
[ Searching for packages matching =gnumeric-1.6.3... ]
374
[ Searching for packages matching =gnumeric-1.6.3... ]
375
[ Colour Code : <comment>set</comment> <i>unset</i> ]
375
[ Colour Code : <comment>set</comment> <i>unset</i> ]
376
[ Legend        : Left column  (U) - USE flags from make.conf  ]
376
[ Legend        : Left column  (U) - USE flags from make.conf  ]
377
[               : Right column (I) - USE flags packages was installed with ]
377
[               : Right column (I) - USE flags packages was installed with ]
378
[ Found these USE variables for app-office/gnumeric-1.6.3 ]
378
[ Found these USE variables for app-office/gnumeric-1.6.3 ]
379
 U I
379
 U I
380
- - <i>debug</i>   : Tells configure and the makefiles to build for debugging.
380
 - - <i>debug</i>  : Enable extra debug codepaths, like asserts and extra output.
381
                     Effects vary across packages, but generally it will at
381
                     If you want to get meaningful backtraces see
382
                     least add -g to CFLAGS.  Remember to set FEATURES=nostrip too
382
                     http://www.gentoo.org/proj/en/qa/backtraces.xml.
383
- - <i>gnome</i>   : Adds GNOME support
383
 - - <i>gnome</i>  : Adds GNOME support
384
+ + <comment>python</comment>   : Adds support/bindings for the Python language
384
 + + <comment>python</comment>  : Adds support/bindings for the Python language
385
- - <i>static</i>   : !!do not set this during bootstrap!! Causes binaries to be
385
 - - <i>static</i> : !!do not set this during bootstrap!! Causes binaries to be
386
                     statically linked instead of dynamically
386
+                       statically linked instead of dynamically
387
</pre>
387
</pre>
388
388
389
</body>
389
</body>
390
</subsection>
390
</subsection>
391
</section>
391
</section>
392
</sections>
392
</sections>

Return to bug 185751