Fix typo in previous commit.
authorZac Medico <zmedico@gentoo.org>
Tue, 30 Aug 2011 19:40:53 +0000 (12:40 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 30 Aug 2011 19:40:53 +0000 (12:40 -0700)
pym/portage/util/env_update.py

index 0d80fa3d8e9b892f7f4ad7348ccd63b3645dd39f..a6c850e2cb0fbdef033759f4749558c038caa35b 100644 (file)
@@ -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():