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 1QEpDx-0006HL-Ej for garchives@archives.gentoo.org; Tue, 26 Apr 2011 20:51:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86E1CE0525; Tue, 26 Apr 2011 20:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 58E9CE0525 for ; Tue, 26 Apr 2011 20:51:01 +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 9CE1B2AC004 for ; Tue, 26 Apr 2011 20:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BC53780505 for ; Tue, 26 Apr 2011 20:50:59 +0000 (UTC) From: "Arfrever Frehtes Taifersar Arahesis" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arfrever Frehtes Taifersar Arahesis" Message-ID: Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1 Date: Tue, 26 Apr 2011 20:50:59 +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: 4e1f05624de6f78ac45acc04a2091335 commit: fd6f03e9969b78e2ff881f3da2facfc0a83a2ee1 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Tue Apr 26 20:50:03 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Tue Apr 26 20:50:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dfd6f03e9 Fix a typo. --- pym/_emerge/actions.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 43707d2..f2f4181 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1292,7 +1292,7 @@ def action_deselect(settings, trees, opts, atoms): def expand_new_virt(vardb, atom, _traversed=3DNone): """ Iterate over the recursively expanded RDEPEND atoms of - s new-style virtual. If atom is not a new-style virtual + a new-style virtual. If atom is not a new-style virtual or it does not match an installed package then it is yielded without any expansion. """