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 1S3CgH-0006Y6-Kc for garchives@archives.gentoo.org; Thu, 01 Mar 2012 20:32:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE02E0806; Thu, 1 Mar 2012 20:32:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A1B06E0806 for ; Thu, 1 Mar 2012 20:32:46 +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 138A11B4024 for ; Thu, 1 Mar 2012 20:32:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C2B8BE542C for ; Thu, 1 Mar 2012 20:32:44 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1330633872.86fd28940bd83d1f59622adc90cf79712b061952.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/data.py X-VCS-Directories: pym/portage/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 86fd28940bd83d1f59622adc90cf79712b061952 X-VCS-Branch: prefix Date: Thu, 1 Mar 2012 20:32:44 +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: eb9bd287-a618-40d2-8abe-65a7d56cc9f4 X-Archives-Hash: 09375a9544329f5d2c4909e598f77847 commit: 86fd28940bd83d1f59622adc90cf79712b061952 Author: Lucian Poston gmail com> AuthorDate: Thu Mar 1 20:31:12 2012 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Mar 1 20:31:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D86fd2894 _get_global: reference correct variable --- pym/portage/data.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pym/portage/data.py b/pym/portage/data.py index be0c853..23734f4 100644 --- a/pym/portage/data.py +++ b/pym/portage/data.py @@ -115,7 +115,7 @@ def _get_global(k): portage_gid =3D 0 # PREFIX LOCAL: we need to fix this one day to distinguish prefix vs = non-prefix writemsg(colorize("BAD", - _("portage: '%s' user or '%s' group missing." % (_get_global('_porta= ge_uname'), _get_global('_portage_grpname')))) + "\n", noiselevel=3D-1) + _("portage: '%s' user or '%s' group missing." % (_get_global('_porta= ge_username'), _get_global('_portage_grpname')))) + "\n", noiselevel=3D-1= ) writemsg(colorize("BAD", _(" In Prefix Portage this is quite dramatic")) + "\n", nois= elevel=3D-1) writemsg(colorize("BAD",