nightmorph 06/11/01 23:49:39 Modified: hb-portage-diverttree.xml Log: updated portage handbook, bug 144128
Revision Changes Path 1.13 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?r1=1.12&r2=1.13 Index: hb-portage-diverttree.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- hb-portage-diverttree.xml 28 Oct 2006 09:17:55 -0000 1.12 +++ hb-portage-diverttree.xml 1 Nov 2006 23:49:39 -0000 1.13 @@ -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-portage-diverttree.xml,v 1.12 2006/10/28 09:17:55 neysx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.13 2006/11/01 23:49:39 nightmorph Exp $ --> <sections> @@ -14,8 +14,8 @@ packages and more. </abstract> -<version>1.4</version> -<date>2005-11-25</date> +<version>1.5</version> +<date>2006-11-01</date> <section> <title>Using a Portage Tree Subset</title> @@ -31,11 +31,11 @@ <p> You need to define the name of the file that contains the exclude patterns in -the <c>RSYNC_EXCLUDEFROM</c> variable in your <path>/etc/make.conf</path>. +the <c>--exclude-from</c> variable in your <path>/etc/make.conf</path>. </p> <pre caption="Defining the exclude file in /etc/make.conf"> -RSYNC_EXCLUDEFROM=/etc/portage/rsync_excludes +PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes" </pre> <pre caption="Excluding all games in /etc/portage/rsync_excludes"> -- [email protected] mailing list
