From: Zac Medico Date: Wed, 5 Dec 2007 08:54:00 +0000 (-0000) Subject: Keep the RootConfig.sets attribute in sync with the SetConfig. X-Git-Tag: v2.2_pre1~220 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=408ce10a59702f1b77ad13677b0e0a3bfe6a4542;p=portage.git Keep the RootConfig.sets attribute in sync with the SetConfig. svn path=/main/trunk/; revision=8850 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index b0ad6391b..a6679f429 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -6919,6 +6919,7 @@ def emerge_main(): from portage.sets.files import WorldSet sets["world"] = WorldSet(root_config.root) setconfig.psets.update(sets) + root_config.sets = sets for s in required_sets: if s not in sets: msg = ["emerge: incomplete set configuration, " + \