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 1QdKYt-0006Jj-Ci for garchives@archives.gentoo.org; Sun, 03 Jul 2011 11:10:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D63521C0C8; Sun, 3 Jul 2011 11:09:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E68A821C103 for ; Sun, 3 Jul 2011 11:09:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D5971BC0D3 for ; Sun, 3 Jul 2011 11:09:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 86F138003D for ; Sun, 3 Jul 2011 11:09:54 +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: <0bfefb75ffbf3dd6267a2fa72253d28e7dc8b1c2.arfrever@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: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis X-VCS-Revision: 0bfefb75ffbf3dd6267a2fa72253d28e7dc8b1c2 Date: Sun, 3 Jul 2011 11:09:54 +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: 1edc1fcc4e3e5676162645cccea8a0cb commit: 0bfefb75ffbf3dd6267a2fa72253d28e7dc8b1c2 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Sun Jul 3 11:09:08 2011 +0000 Commit: Arfrever Frehtes Taifersar Arahesis gentoo org> CommitDate: Sun Jul 3 11:09:08 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D0bfefb75 Show repository in error message about missing USE flags. --- 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 c22215b..388c168 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -3070,7 +3070,7 @@ class depgraph(object): writemsg_stdout("\nemerge: there are no ebuilds built with USE flags = to satisfy "+green(xinfo)+".\n", noiselevel=3D-1) writemsg_stdout("!!! One of the following packages is required to com= plete your request:\n", noiselevel=3D-1) for pkg, mreasons in show_missing_use: - writemsg_stdout("- "+pkg.cpv+" ("+", ".join(mreasons)+")\n", noisele= vel=3D-1) + writemsg_stdout("- "+pkg.cpv+_repo_separator+pkg.repo+" ("+", ".join= (mreasons)+")\n", noiselevel=3D-1) =20 elif masked_packages: writemsg_stdout("\n!!! " + \