portage (rather than the latest behavior which is different).
svn path=/main/branches/2.1.2/; revision=9782
# sets (like if world contains system).
expanded_set = InternalPackageSet(
initial_atoms=getSetAtoms(s))
+ if s == "world":
+ # add the system set to the world set
+ expanded_set.update(getSetAtoms("system"))
self._sets[s] = expanded_set
args.append(SetArg(arg=x, set=expanded_set,
root_config=root_config))