projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87d1ef
)
Fix typo in previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 30 Aug 2011 19:40:53 +0000
(12:40 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 30 Aug 2011 19:40:53 +0000
(12:40 -0700)
pym/portage/util/env_update.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/env_update.py
b/pym/portage/util/env_update.py
index 0d80fa3d8e9b892f7f4ad7348ccd63b3645dd39f..a6c850e2cb0fbdef033759f4749558c038caa35b 100644
(file)
--- 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():