Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Sun, 08 Oct 2006 19:38:55
Message-Id: 20061008193812.435696473F@smtp.gentoo.org
1 nightmorph 06/10/08 19:38:12
2
3 Modified: hb-install-system.xml
4 Log:
5 general Qt USE flag cleanup
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-system.xml 30 Aug 2006 20:17:31 -0000 1.1
21 +++ hb-install-system.xml 8 Oct 2006 19:38:11 -0000 1.2
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v 1.2 2006/10/08 19:38:11 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>7.0</version>
32 -<date>2006-08-30</date>
33 +<version>7.1</version>
34 +<date>2006-10-08</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -127,10 +127,10 @@
39 <p>
40 In the <c>USE</c> variable you define keywords which are mapped onto
41 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
42 -programs that support it. <e>-X</e> will remove X-server support (note the minus
43 -sign in front). <e>gnome gtk -kde -qt</e> will compile your programs with gnome
44 -(and gtk) support, and not with kde (and qt) support, making your system fully
45 -tweaked for GNOME.
46 +programs that support it. <e>-X</e> will remove X-server support (note the
47 +minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
48 +programs with gnome (and gtk) support, and not with kde (and qt) support,
49 +making your system fully tweaked for GNOME.
50 </p>
51
52 </body>
53 @@ -179,7 +179,7 @@
54 </pre>
55
56 <pre caption="USE setting">
57 -USE="-gtk -gnome qt kde dvd alsa cdr"
58 +USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
59 </pre>
60
61 </body>
62
63
64
65 --
66 gentoo-doc-cvs@g.o mailing list