From: Zac Medico Date: Tue, 30 Aug 2011 19:40:53 +0000 (-0700) Subject: Fix typo in previous commit. X-Git-Tag: v2.2.0_alpha52~23 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=273934172ede4ae1e2a9a7b2b8bc03885691f10e;p=portage.git Fix typo in previous commit. --- 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():