nightmorph 10/06/07 09:01:11 Modified: hb-install-mips-system.xml Log: remove qt3 USE flag now that nothing uses it
Revision Changes Path 1.8 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.8&view=markup 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 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.7&r2=1.8 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- hb-install-mips-system.xml 8 Apr 2008 06:50:55 -0000 1.7 +++ hb-install-mips-system.xml 7 Jun 2010 09:01:11 -0000 1.8 @@ -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/hb-install-mips-system.xml,v 1.7 2008/04/08 06:50:55 nightmorph Exp $ --> +<!-- $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 $ --> <sections> -<version>9.0</version> -<date>2008-04-07</date> +<version>9.1</version> +<date>2010-06-07</date> <section> <title>Chrooting</title> @@ -391,7 +391,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> @@ -432,7 +432,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>