TODO: Make update_config_files() handle slotmove commands for SLOT atoms.
authorZac Medico <zmedico@gentoo.org>
Sat, 3 Nov 2007 09:45:51 +0000 (09:45 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 3 Nov 2007 09:45:51 +0000 (09:45 -0000)
svn path=/main/trunk/; revision=8387

pym/portage/update.py

index 8d6df0143ce5a5ca13ecdfd4182ea90a9ee30d5b..0ba48ed4dc8a75aaa2edc0b379c59e80ee59e682 100644 (file)
@@ -178,6 +178,7 @@ def update_config_files(config_root, protect, protect_mask, update_iter):
                        continue
        worldlist = grabfile(os.path.join(config_root, WORLD_FILE))
 
+       # TODO: handle slotmove commands for SLOT stoms
        for update_cmd in update_iter:
                if update_cmd[0] == "move":
                        old_value, new_value = update_cmd[1], update_cmd[2]