From: Fabian Groffen Date: Wed, 18 Jan 2012 07:58:30 +0000 (+0100) Subject: _get_global: substitute with existing variable, bug #398805 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=164603cf0724d973b22a08fc04c9c4f3ad94f89a;p=portage.git _get_global: substitute with existing variable, bug #398805 --- diff --git a/pym/portage/data.py b/pym/portage/data.py index a136093a4..be0c85302 100644 --- a/pym/portage/data.py +++ b/pym/portage/data.py @@ -197,7 +197,7 @@ def _get_global(k): if v is None: # PREFIX LOCAL: use var iso hardwired 'portage' if k == '_portage_grpname': - v = PORTAGE_GRPNAME + v = PORTAGE_GROUPNAME else: v = PORTAGE_USERNAME # END PREFIX LOCAL