summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/update.py1
1 files changed, 1 insertions, 0 deletions
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]