From: Marius Mauch Date: Sun, 28 Sep 2008 22:36:42 +0000 (-0000) Subject: make sure that cli-defined sets aren't added to @world X-Git-Tag: v2.2_rc12~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7f08347a7d5b322a0c0c023b6be78abb8b26203f;p=portage.git make sure that cli-defined sets aren't added to @world svn path=/main/trunk/; revision=11595 --- diff --git a/pym/portage/sets/__init__.py b/pym/portage/sets/__init__.py index 50ee455e6..d6b3b5e87 100644 --- a/pym/portage/sets/__init__.py +++ b/pym/portage/sets/__init__.py @@ -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