# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 13 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/catalyst/config.py:
+ All targets have been updated not to use the spec_prefix, so we don't need
+ to save the prefixed keys anymore
+
13 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst,
modules/catalyst/target/generic_stage.py,
modules/catalyst/target/snapshot.py:
else:
if not parts[0] in self.values:
self.values[parts[0]] = {}
- # We need to stick the key including the prefix in here until the targets are updated
- self.values[parts[0]][x] = values[x]
self.values[parts[0]]['/'.join(parts[1:])] = values[x]
def set_target(self, target):