summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 9661c72fe..ea702dd25 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -7767,10 +7767,10 @@ class dblink:
sys.exit(1)
zing=">>>"
else:
- mymtime=thismtime
+ mymtime = long(time.time())
# We need to touch the destination so that on --update the
# old package won't yank the file with it. (non-cfgprot related)
- os.utime(mydest,(thismtime,thismtime))
+ os.utime(mydest, (mymtime, mymtime))
zing="---"
if self.settings["USERLAND"] == "Darwin" and myrealdest[-2:] == ".a":