From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GWeUA-0004kq-Vg for garchives@archives.gentoo.org; Sun, 08 Oct 2006 19:38:55 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k98JcDoI005572; Sun, 8 Oct 2006 19:38:13 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k98JcCrC030290 for ; Sun, 8 Oct 2006 19:38:13 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 435696473F for ; Sun, 8 Oct 2006 19:38:12 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Sun, 8 Oct 2006 19:38:12 +0000 From: "Josh Saddler" Date: Sun, 8 Oct 2006 19:38:12 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml Message-Id: <20061008193812.435696473F@smtp.gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 3911874b-e0ea-497f-81e0-f091eab5ebd1 X-Archives-Hash: d5a30be551541053221bf0748ebd1260 nightmorph 06/10/08 19:38:12 Modified: hb-install-system.xml Log: general Qt USE flag cleanup Revision Changes Path 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml?r1=1.1&r2=1.2 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-system.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hb-install-system.xml 30 Aug 2006 20:17:31 -0000 1.1 +++ hb-install-system.xml 8 Oct 2006 19:38:11 -0000 1.2 @@ -4,12 +4,12 @@ - + -7.0 -2006-08-30 +7.1 +2006-10-08
Chrooting @@ -127,10 +127,10 @@

In the USE variable you define keywords which are mapped onto compile-options. For instance, ssl will compile ssl-support in the -programs that support it. -X will remove X-server support (note the minus -sign in front). gnome gtk -kde -qt will compile your programs with gnome -(and gtk) support, and not with kde (and qt) support, making your system fully -tweaked for GNOME. +programs that support it. -X will remove X-server support (note the +minus sign in front). gnome gtk -kde -qt3 -qt4 will compile your +programs with gnome (and gtk) support, and not with kde (and qt) support, +making your system fully tweaked for GNOME.

@@ -179,7 +179,7 @@
-USE="-gtk -gnome qt kde dvd alsa cdr"
+USE="-gtk -gnome qt3 qt4 kde dvd alsa cdr"
 
-- gentoo-doc-cvs@gentoo.org mailing list