Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-system.xml
Date: Mon, 07 Jun 2010 09:21:20
Message-Id: 20100607092114.3C0262CE3C@corvid.gentoo.org
1 nightmorph 10/06/07 09:21:13
2
3 Modified: hb-install-system.xml
4 Log:
5 cleaned up dead USE flags
6
7 Revision Changes Path
8 1.115 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.115&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.115&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.114&r2=1.115
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.114
18 retrieving revision 1.115
19 diff -u -r1.114 -r1.115
20 --- hb-install-system.xml 28 May 2010 03:50:07 -0000 1.114
21 +++ hb-install-system.xml 7 Jun 2010 09:21:13 -0000 1.115
22 @@ -4,7 +4,7 @@
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/hb-install-system.xml,v 1.114 2010/05/28 03:50:07 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.115 2010/06/07 09:21:13 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 to progress to that state.
33 </abstract>
34
35 -<version>10.2</version>
36 -<date>2010-05-27</date>
37 +<version>10.3</version>
38 +<date>2010-06-07</date>
39
40 <section>
41 <title>Chrooting</title>
42 @@ -299,7 +299,7 @@
43 In the <c>USE</c> variable you define keywords which are mapped onto
44 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
45 programs that support it. <e>-X</e> will remove X-server support (note the
46 -minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
47 +minus sign in front). <e>gnome gtk -kde -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 @@ -340,7 +340,7 @@
52 </pre>
53
54 <pre caption="USE setting">
55 -USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
56 +USE="-gtk -gnome qt4 kde dvd alsa cdr"
57 </pre>
58
59 </body>