summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/emerge/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/emerge/__init__.py b/pym/emerge/__init__.py
index 95a4b0e73..61273b3cb 100644
--- a/pym/emerge/__init__.py
+++ b/pym/emerge/__init__.py
@@ -4252,7 +4252,8 @@ def chk_updated_info_files(root, infodirs, prev_mtimes, retval):
if x.startswith("dir"):
skip = False
for ext in dir_extensions:
- if x == "dir" + ext:
+ if x == "dir" + ext or \
+ x == "dir" + ext + ".old":
skip = True
break
if skip: