Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-features.xml
Date: Thu, 29 Mar 2012 00:05:47
Message-Id: 20120328224407.F20A62004B@flycatcher.gentoo.org
1 nightmorph 12/03/28 22:44:07
2
3 Modified: hb-working-features.xml
4 Log:
5 clarify parallel-fetch feature, bug 406017
6
7 Revision Changes Path
8 1.41 xml/htdocs/doc/en/handbook/hb-working-features.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.41&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.41&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.40&r2=1.41
13
14 Index: hb-working-features.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v
17 retrieving revision 1.40
18 retrieving revision 1.41
19 diff -u -r1.40 -r1.41
20 --- hb-working-features.xml 27 Nov 2011 18:25:28 -0000 1.40
21 +++ hb-working-features.xml 28 Mar 2012 22:44:07 -0000 1.41
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-working-features.xml,v 1.40 2011/11/27 18:25:28 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.41 2012/03/28 22:44:07 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 ccache and more.
33 </abstract>
34
35 -<version>4</version>
36 -<date>2011-11-27</date>
37 +<version>5</version>
38 +<date>2012-03-28</date>
39
40 <section>
41 <title>Portage Features</title>
42 @@ -312,7 +312,8 @@
43 When you are emerging a series of packages, Portage can fetch the source files
44 for the next package in the list even while it is compiling another package,
45 thus shortening compile times. To make use of this capability, add
46 -"parallel-fetch" to your FEATURES.
47 +"parallel-fetch" to your FEATURES. Note that this is on by default, so you
48 +shouldn't need to specifically enable it.
49 </p>
50
51 </body>