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 1QHiJT-0003ZV-GU for garchives@archives.gentoo.org; Wed, 04 May 2011 20:04:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 742E11C012; Wed, 4 May 2011 20:03:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4262C1C012 for ; Wed, 4 May 2011 20:03:30 +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 C4F5F1B4014 for ; Wed, 4 May 2011 20:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2657B8050B for ; Wed, 4 May 2011 20:03:29 +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: Subject: [gentoo-commits] proj/portage:2.1.9 commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/actions.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: cfbf59de8435dc4a1b74b6e9693a01f1ff686de5 Date: Wed, 4 May 2011 20:03:29 +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: b2271c0dbc94606a227ba3bcba1c3ea4 commit: cfbf59de8435dc4a1b74b6e9693a01f1ff686de5 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Tue Apr 26 20:50:03 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed May 4 19:26:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dcfbf59de 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 d2b35d5..20b1e3c 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1291,7 +1291,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. """