diff options
-rw-r--r-- | pym/portage/util/env_update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/env_update.py b/pym/portage/util/env_update.py index 0d80fa3d8..a6c850e2c 100644 --- a/pym/portage/util/env_update.py +++ b/pym/portage/util/env_update.py @@ -231,7 +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 \ + not ldsoconf_update and \ contents is not None: libdir_contents_changed = False for mypath, mydata in contents.items(): |