From 273934172ede4ae1e2a9a7b2b8bc03885691f10e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 30 Aug 2011 12:40:53 -0700 Subject: [PATCH] Fix typo in previous commit. --- pym/portage/util/env_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(): -- 2.26.2