summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/util/env_update.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/util/env_update.py b/pym/portage/util/env_update.py
index 173166351..0d80fa3d8 100644
--- a/pym/portage/util/env_update.py
+++ b/pym/portage/util/env_update.py
@@ -231,6 +231,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None, contents=None,
if makelinks and \
not mtime_changed and \
+ and not ldsoconf_update and \
contents is not None:
libdir_contents_changed = False
for mypath, mydata in contents.items():