rane 06/09/04 11:29:36 Modified: hb-working-use.xml Log: #126946, making equery do what it's claimed to do in the paragraph above the commands
Revision Changes Path 1.42 xml/htdocs/doc/en/handbook/hb-working-use.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.42&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.41&r2=1.42 Index: hb-working-use.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- hb-working-use.xml 16 Jul 2006 09:10:55 -0000 1.41 +++ hb-working-use.xml 4 Sep 2006 11:29:36 -0000 1.42 @@ -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-working-use.xml,v 1.41 2006/07/16 09:10:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.42 2006/09/04 11:29:36 rane Exp $ --> <sections> -<version>1.33</version> -<date>2006-07-16</date> +<version>1.34</version> +<date>2006-09-03</date> <section> <title>What are USE-flags?</title> @@ -348,16 +348,20 @@ </p> <pre caption="Using equery to view used USE-flags"> -# <i>equery uses gnumeric</i> -[ Colour Code : <i>set</i> <comment>unset</comment> ] -[ Legend : (U) Col 1 - Current USE flags ] -[ : (I) Col 2 - Installed With USE flags ] - - U I [ Found these USE variables in : app-office/gnumeric-1.2.0 ] - - - <comment>libgda</comment> : Adds GNU Data Access (CORBA wrapper) support for gnumeric - - - <comment>gnomedb</comment> : unknown - + + <i>python</i> : Adds support/bindings for the Python language - + + <i>bonobo</i> : Adds support for gnome-base/bonobo (Gnome CORBA interfaces) +# <i>equery uses =gnumeric-1.6.3 -a</i> +[ Searching for packages matching =gnumeric-1.6.3... ] +[ Colour Code : <comment>set</comment> <i>unset</i> ] +[ Legend : Left column (U) - USE flags from make.conf ] +[ : Right column (I) - USE flags packages was installed with ] +[ Found these USE variables for app-office/gnumeric-1.6.3 ] + U I +- - <i>debug</i> : Tells configure and the makefiles to build for debugging. + Effects vary across packages, but generally it will at + least add -g to CFLAGS. Remember to set FEATURES=nostrip too +- - <i>gnome</i> : Adds GNOME support ++ + <comment>python</comment> : Adds support/bindings for the Python language +- - <i>static</i> : !!do not set this during bootstrap!! Causes binaries to be + statically linked instead of dynamically </pre> </body> -- [email protected] mailing list
