nightmorph 10/06/07 09:21:13 Modified: hb-install-system.xml Log: cleaned up dead USE flags
Revision Changes Path 1.115 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.114&r2=1.115 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- hb-install-system.xml 28 May 2010 03:50:07 -0000 1.114 +++ hb-install-system.xml 7 Jun 2010 09:21:13 -0000 1.115 @@ -4,7 +4,7 @@ <!-- 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/hb-install-system.xml,v 1.114 2010/05/28 03:50:07 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.115 2010/06/07 09:21:13 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ to progress to that state. </abstract> -<version>10.2</version> -<date>2010-05-27</date> +<version>10.3</version> +<date>2010-06-07</date> <section> <title>Chrooting</title> @@ -299,7 +299,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> @@ -340,7 +340,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>