From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SD2s7-0006E2-82 for garchives@archives.gentoo.org; Thu, 29 Mar 2012 00:05:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E87E0DCC for ; Thu, 29 Mar 2012 00:05:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3FE44E09CF for ; Wed, 28 Mar 2012 22:44:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27AF364C94 for ; Wed, 28 Mar 2012 22:44:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id F20A62004B; Wed, 28 Mar 2012 22:44:07 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-working-features.xml X-VCS-Repository: gentoo X-VCS-Files: hb-working-features.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20120328224407.F20A62004B@flycatcher.gentoo.org> Date: Wed, 28 Mar 2012 22:44:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e5f1ebc9-5db9-49e9-9d6b-c51917a7846d X-Archives-Hash: 59ae450e1c9d797c8a88b6ef1a39be6b nightmorph 12/03/28 22:44:07 Modified: hb-working-features.xml Log: clarify parallel-fetch feature, bug 406017 Revision Changes Path 1.41 xml/htdocs/doc/en/handbook/hb-working-features.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-working-features.xml?rev=3D1.41&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-working-features.xml?rev=3D1.41&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/hand= book/hb-working-features.xml?r1=3D1.40&r2=3D1.41 Index: hb-working-features.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-featu= res.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- hb-working-features.xml 27 Nov 2011 18:25:28 -0000 1.40 +++ hb-working-features.xml 28 Mar 2012 22:44:07 -0000 1.41 @@ -4,7 +4,7 @@ =20 - + =20 =20 @@ -13,8 +13,8 @@ ccache and more. =20 -4 -2011-11-27 +5 +2012-03-28 =20
Portage Features @@ -312,7 +312,8 @@ When you are emerging a series of packages, Portage can fetch the source= files for the next package in the list even while it is compiling another pack= age, thus shortening compile times. To make use of this capability, add -"parallel-fetch" to your FEATURES. +"parallel-fetch" to your FEATURES. Note that this is on by default, so y= ou +shouldn't need to specifically enable it.

=20