nightmorph    10/06/07 09:22:51

  Modified:             hb-install-system.xml
  Log:
  cleaned up dead USE flags

Revision  Changes    Path
1.4                  xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml?r1=1.3&r2=1.4

Index: hb-install-system.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hb-install-system.xml       31 Mar 2008 21:48:08 -0000      1.3
+++ hb-install-system.xml       7 Jun 2010 09:22:51 -0000       1.4
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml,v 
1.3 2008/03/31 21:48:08 nightmorph Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-system.xml,v 
1.4 2010/06/07 09:22:51 nightmorph Exp $ -->
 
 <sections>
 
-<version>9.0</version>
-<date>2008-04-01</date>
+<version>9.1</version>
+<date>2010-06-07</date>
 
 <section>
 <title>Chrooting</title>
@@ -110,7 +110,7 @@
 In the <c>USE</c> variable you define keywords which are mapped onto
 compile-options. For instance, <e>ssl</e> will compile ssl-support in the
 programs that support it. <e>-X</e> will remove X-server support (note the
-minus sign in front). <e>gnome gtk -kde -qt3 -qt4</e> will compile your
+minus sign in front). <e>gnome gtk -kde -qt4</e> will compile your
 programs with gnome (and gtk) support, and not with kde (and qt) support,
 making your system fully tweaked for GNOME.
 </p>
@@ -161,7 +161,7 @@
 </pre>
 
 <pre caption="USE setting">
-USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
+USE="-gtk -gnome qt4 kde dvd alsa cdr"
 </pre>
 
 </body>




Reply via email to