From: Zac Medico Date: Sat, 3 Nov 2007 09:45:51 +0000 (-0000) Subject: TODO: Make update_config_files() handle slotmove commands for SLOT atoms. X-Git-Tag: v2.2_pre1~459 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0fd192fcbb302959fbc065dd7a9e1963dbe6785f;p=portage.git TODO: Make update_config_files() handle slotmove commands for SLOT atoms. svn path=/main/trunk/; revision=8387 --- diff --git a/pym/portage/update.py b/pym/portage/update.py index 8d6df0143..0ba48ed4d 100644 --- a/pym/portage/update.py +++ b/pym/portage/update.py @@ -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]