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 1SiWYx-0000Sf-Dx for garchives@archives.gentoo.org; Sat, 23 Jun 2012 20:04:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3FB4E0CE7; Sat, 23 Jun 2012 20:03:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B85F9E0CE7 for ; Sat, 23 Jun 2012 20:03:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 285A11B4002 for ; Sat, 23 Jun 2012 20:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 24519E5436 for ; Sat, 23 Jun 2012 20:03:57 +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: <1340481808.fc371676a0eb555321a77207321bdeab6e746c87.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/_emerge/ X-VCS-Repository: proj/portage X-VCS-Files: pym/_emerge/depgraph.py X-VCS-Directories: pym/_emerge/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: fc371676a0eb555321a77207321bdeab6e746c87 X-VCS-Branch: master Date: Sat, 23 Jun 2012 20:03:57 +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: 2c99c701-63cd-4e7b-839c-42f889513396 X-Archives-Hash: 9b01ca2868f3f514c6453e757a101b26 commit: fc371676a0eb555321a77207321bdeab6e746c87 Author: Zac Medico gentoo org> AuthorDate: Sat Jun 23 20:03:28 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Sat Jun 23 20:03:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dfc371676 Fix debug message wording of "to due". --- pym/_emerge/depgraph.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index bdab7a6..480cb90 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -991,7 +991,7 @@ class depgraph(object): msg =3D [] msg.append("") msg.append("") - msg.append("backtracking to due missed slot abi update:") + msg.append("backtracking due to missed slot abi update:") msg.append(" child package: %s" % child) if new_child_slot is not None: msg.append(" new child slot package: %s" % new_child_slot)