summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage.py b/pym/portage.py
index cd1a78a71..240b3e487 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -698,7 +698,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None, contents=None):
prev_mtimes[x] = newldpathtime
mtime_changed = True
- if contents is None and mtime_changed:
+ if mtime_changed:
ld_cache_update = True
if makelinks and \