make sure that cli-defined sets aren't added to @world
authorMarius Mauch <genone@gentoo.org>
Sun, 28 Sep 2008 22:36:42 +0000 (22:36 -0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 28 Sep 2008 22:36:42 +0000 (22:36 -0000)
svn path=/main/trunk/; revision=11595

pym/portage/sets/__init__.py

index 50ee455e60c77d867d24487bdce89db53160b808..d6b3b5e87fe5bf2bdd5d68758b81da13b5a784fd 100644 (file)
@@ -37,6 +37,7 @@ class SetConfig(SafeConfigParser):
                self.errors = []
                if not setname in self.psets:
                        options["name"] = setname
+                       options["world-candidate"] = "False"
                        
                        # for the unlikely case that there is already a section with the requested setname
                        import random