projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd657ed
)
Add missing line from previous commit.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 19:52:36 +0000
(19:52 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 19:52:36 +0000
(19:52 -0000)
svn path=/main/trunk/; revision=15038
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 48561b5f0cc01d5ba1adb422dd49138dbfb506f7..953d403e8fe10d29c8d594fd8dcb0ad3366656bb 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