nightmorph 07/11/01 06:14:30 Modified: hb-working-portage.xml Log: package.use is not always just a file; it can also be a directory. see my recent commits and bug fixes on this for similar changes.
Revision Changes Path 1.68 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.68&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.67&r2=1.68 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- hb-working-portage.xml 1 Nov 2007 01:28:56 -0000 1.67 +++ hb-working-portage.xml 1 Nov 2007 06:14:30 -0000 1.68 @@ -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.67 2007/11/01 01:28:56 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.68 2007/11/01 06:14:30 nightmorph Exp $ --> <sections> @@ -13,7 +13,7 @@ maintain the software on his system. </abstract> -<version>1.60</version> +<version>1.61</version> <date>2007-11-01</date> <section> @@ -203,11 +203,10 @@ <p> The best way of enabling the <c>doc</c> USE flag is doing it on a per-package -basis via the <path>/etc/portage/package.use</path> file, so that you get -documentation only for packages that you are interested in. Enabling this flag -globally is known to cause problems with circular dependencies. For more -information, please read the <uri link="?part=2&chap=2">USE Flags</uri> -chapter. +basis via <path>/etc/portage/package.use</path>, so that you get documentation +only for packages that you are interested in. Enabling this flag globally is +known to cause problems with circular dependencies. For more information, please +read the <uri link="?part=2&chap=2">USE Flags</uri> chapter. </p> <p> -- [EMAIL PROTECTED] mailing list
