vapier 05/05/05 00:47:58 Modified: xml/htdocs/doc/en/handbook hb-working-use.xml Log: do not describe use.defaults as packages that provide USE flags, but rather USE flags are automatically enabled for you #91198
Revision Changes Path 1.31 +8 -8 xml/htdocs/doc/en/handbook/hb-working-use.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.31&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.31&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-working-use.xml.diff?r1=1.30&r2=1.31&cvsroot=gentoo Index: hb-working-use.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-working-use.xml 14 Feb 2005 15:49:20 -0000 1.30 +++ hb-working-use.xml 5 May 2005 00:47:58 -0000 1.31 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.30 2005/02/14 15:49:20 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.31 2005/05/05 00:47:58 vapier Exp $ --> <sections> -<version>1.27</version> -<date>2005-02-14</date> +<version>1.28</version> +<date>2005-05-04</date> <section> <title>What are USE-flags?</title> @@ -234,14 +234,14 @@ </body> </subsection> <subsection> -<title>Inheriting USE-flags</title> +<title>Automatic USE Flags</title> <body> <p> -Some packages don't only listen to USE-flags, but also provide USE-flags. When -you install such a package, the USE-flag they provide is added to your USE -setting. To view the list of packages that provide a USE-flag, check -<path>/etc/make.profile/use.defaults</path> and the <path>use.defaults</path> +After certain packages are installed, additional USE flags will automatically +be enabled for you if you do not explicitly disable them. To view the list +of packages that trigger automatic USE-flags, check +<path>/etc/make.profile/use.defaults</path> and the <path>use.defaults</path> files of the parent profiles. </p> -- [email protected] mailing list
