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-mips-system.xml
Date: Mon, 07 Jun 2010 09:01:17
Message-Id: 20100607090112.3A44B2CE3C@corvid.gentoo.org
1 nightmorph 10/06/07 09:01:11
2
3 Modified: hb-install-mips-system.xml
4 Log:
5 remove qt3 USE flag now that nothing uses it
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.7&r2=1.8
13
14 Index: hb-install-mips-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-install-mips-system.xml 8 Apr 2008 06:50:55 -0000 1.7
21 +++ hb-install-mips-system.xml 7 Jun 2010 09:01:11 -0000 1.8
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/hb-install-mips-system.xml,v 1.7 2008/04/08 06:50:55 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v 1.8 2010/06/07 09:01:11 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-07</date>
33 +<version>9.1</version>
34 +<date>2010-06-07</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -391,7 +391,7 @@
39 In the <c>USE</c> variable you define keywords which are mapped onto
40 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
41 programs that support it. <e>-X</e> will remove X-server support (note the
42 -minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
43 +minus sign in front). <e>gnome gtk -kde -qt4</e> will compile your
44 programs with gnome (and gtk) support, and not with kde (and qt) support,
45 making your system fully tweaked for GNOME.
46 </p>
47 @@ -432,7 +432,7 @@
48 </pre>
49
50 <pre caption="USE setting">
51 -USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
52 +USE="-gtk -gnome qt4 kde dvd alsa cdr"
53 </pre>
54
55 </body>