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 1QSFrc-0007M2-5V for garchives@archives.gentoo.org; Thu, 02 Jun 2011 21:55:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F8B1C074; Thu, 2 Jun 2011 21:55:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 633261C074 for ; Thu, 2 Jun 2011 21:55:25 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C45591B401B for ; Thu, 2 Jun 2011 21:55:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4251780506 for ; Thu, 2 Jun 2011 21:55:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <0fa2e1a1f0d47c4ed82cc4e4a6ee23c04adeac65.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0fa2e1a1f0d47c4ed82cc4e4a6ee23c04adeac65 Date: Thu, 2 Jun 2011 21:55:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 99ce0e327e2c1a1c640459005a9fe17f commit: 0fa2e1a1f0d47c4ed82cc4e4a6ee23c04adeac65 Author: Zac Medico gentoo org> AuthorDate: Thu Jun 2 21:55:14 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jun 2 21:55:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0fa2e1a1 NEWS: FEATURES=3Dparallel-install and ebuild-locks --- NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 44e95e0..3091eea 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ portage-2.1.10 packages. * Add emerge --reinstall-atoms, --useoldpkg-atoms, and --usepkg-exclude = options which can be used to alter selection rules for specific packages. +* Add FEATURES=3Dparallel-install and ebuild-locks, allowing for greater + parallelization when installing packages (by using finer-grained locks= ). =20 portage-2.1.9.27 -------------