From 164603cf0724d973b22a08fc04c9c4f3ad94f89a Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 18 Jan 2012 08:58:30 +0100 Subject: [PATCH] _get_global: substitute with existing variable, bug #398805 --- pym/portage/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2