From c631bf42311f6b53e957234281755e9bb7500548 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Thu, 26 Oct 2006 15:47:02 +0000 Subject: need a mutable config instance to use setcpv svn path=/main/trunk/; revision=4824 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage.py b/pym/portage.py index 165b05041..c81e34479 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -3882,7 +3882,7 @@ getmaskingreason=getpmaskcomment def getmaskingstatus(mycpv, settings=None, portdb=None): if settings is None: - settings = globals()["settings"] + settings = config(clone=globals()["settings"]) if portdb is None: portdb = globals()["portdb"] mysplit = catpkgsplit(mycpv) -- cgit v1.2.3-1-g7c22