Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/
Date: Tue, 30 Aug 2011 19:41:16
Message-Id: 273934172ede4ae1e2a9a7b2b8bc03885691f10e.zmedico@gentoo
1 commit: 273934172ede4ae1e2a9a7b2b8bc03885691f10e
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 19:40:53 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:40:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=27393417
7
8 Fix typo in previous commit.
9
10 ---
11 pym/portage/util/env_update.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/pym/portage/util/env_update.py b/pym/portage/util/env_update.py
15 index 0d80fa3..a6c850e 100644
16 --- a/pym/portage/util/env_update.py
17 +++ b/pym/portage/util/env_update.py
18 @@ -231,7 +231,7 @@ def env_update(makelinks=1, target_root=None, prev_mtimes=None, contents=None,
19
20 if makelinks and \
21 not mtime_changed and \
22 - and not ldsoconf_update and \
23 + not ldsoconf_update and \
24 contents is not None:
25 libdir_contents_changed = False
26 for mypath, mydata in contents.items():