nightmorph 07/10/21 19:16:12 Modified: hb-working-portage.xml hb-working-use.xml Log: further clarification that package.use can be a single file or a whole directory, bug 196594
Revision Changes Path 1.65 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.65&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.64&r2=1.65 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- hb-working-portage.xml 23 Aug 2007 22:31:14 -0000 1.64 +++ hb-working-portage.xml 21 Oct 2007 19:16:11 -0000 1.65 @@ -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-working-portage.xml,v 1.64 2007/08/23 22:31:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.65 2007/10/21 19:16:11 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ maintain the software on his system. </abstract> -<version>1.58</version> -<date>2007-08-23</date> +<version>1.59</version> +<date>2007-10-21</date> <section> <title>Welcome to Portage</title> @@ -203,9 +203,9 @@ <p> You can enable or disable the <c>doc</c> USE flag either globally in the -<path>/etc/make.conf</path> file or per package in the -<path>/etc/portage/package.use</path> file. The <uri -link="?part=2&chap=2">USE Flags</uri> chapter covers this aspect in detail. +<path>/etc/make.conf</path> file or per package in +<path>/etc/portage/package.use</path>. The <uri link="?part=2&chap=2">USE +Flags</uri> chapter covers this aspect in detail. </p> <p> 1.49 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.49&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml?r1=1.48&r2=1.49 Index: hb-working-use.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- hb-working-use.xml 4 Jul 2007 13:47:19 -0000 1.48 +++ hb-working-use.xml 21 Oct 2007 19:16:11 -0000 1.49 @@ -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-working-use.xml,v 1.48 2007/07/04 13:47:19 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-use.xml,v 1.49 2007/10/21 19:16:11 nightmorph Exp $ --> <sections> @@ -13,8 +13,8 @@ work with USE flags and understand how USE flags interact with your system. </abstract> -<version>1.37</version> -<date>2007-07-04</date> +<version>1.38</version> +<date>2007-10-21</date> <section> <title>What are USE flags?</title> @@ -181,7 +181,9 @@ Sometimes you want to declare a certain USE flag for one (or a couple) of applications but not system-wide. To accomplish this, you will need to create the <path>/etc/portage</path> directory (if it doesn't exist yet) and edit -<path>/etc/portage/package.use</path>. +<path>/etc/portage/package.use</path>. This is usually a single file, but can +also be a directory; see <c>man portage</c> for more information. The following +examples assume <path>package.use</path> is a single file. </p> <p> -- [EMAIL PROTECTED] mailing list
