Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-portage-diverttree.xml
Date: Tue, 13 Nov 2012 00:02:30
Message-Id: 20121112211223.8302520C65@flycatcher.gentoo.org
1 swift 12/11/12 21:12:23
2
3 Modified: hb-portage-diverttree.xml
4 Log:
5 Fix bug #441724 - Variable is called PORTAGE_RSYNC_EXTRA_OPTS, thanks to Vladimir for noticing.
6
7 Revision Changes Path
8 1.17 xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml?r1=1.16&r2=1.17
13
14 Index: hb-portage-diverttree.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- hb-portage-diverttree.xml 24 Jul 2012 12:12:52 -0000 1.16
21 +++ hb-portage-diverttree.xml 12 Nov 2012 21:12:23 -0000 1.17
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.16 2012/07/24 12:12:52 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-portage-diverttree.xml,v 1.17 2012/11/12 21:12:23 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 packages and more.
33 </abstract>
34
35 -<version>2</version>
36 -<date>2012-07-24</date>
37 +<version>3</version>
38 +<date>2012-11-12</date>
39
40 <section>
41 <title>Using a Portage Tree Subset</title>
42 @@ -31,7 +31,7 @@
43
44 <p>
45 You need to define the name of the file that contains the exclude patterns in
46 -the <c>--exclude-from</c> variable in your <path>/etc/portage/make.conf</path>.
47 +the <c>PORTAGE_RSYNC_EXTRA_OPTS</c> variable in your <path>/etc/portage/make.conf</path>.
48 </p>
49
50 <pre caption="Defining the exclude file in /etc/portage/make.conf">