projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046c848
)
Add missing line from previous commit. (trunk r15038)
author
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:51:39 +0000
(
03:51
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 13 Dec 2009 03:51:39 +0000
(
03:51
-0000)
svn path=/main/branches/2.1.7/; revision=15072
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index b83d535172d898928b78cce173658ae52c5f0650..0775fbc311a743054f2170bb45203b89da0ca9fb 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-7691,6
+7691,7
@@
def movefile(src, dest, newmtime=None, sstat=None, mysettings=None,
another_digit = i_str
if another_digit is not None:
mtime_str += another_digit
+ newmtime = float(mtime_str)
break
elif len(mtime_str) <= min_len:
# This shouldn't happen, but let's make sure