Make movefile() tolerant to EPERM errors that can be raised from utime()
authorZac Medico <zmedico@gentoo.org>
Sun, 13 Apr 2008 22:07:18 +0000 (22:07 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 13 Apr 2008 22:07:18 +0000 (22:07 -0000)
commit2d4130c3d731cea2e67a46beff8dc63ed73f2d02
tree849a4b46a8d0752250da6d96c6d695a2f03982ed
parentabe4f65bbf1790bdc69722811cf03051f9f2759a
Make movefile() tolerant to EPERM errors that can be raised from utime()
calls. Instead of failing, use stat() to return the mtime if possible.
(trunk r9863:9865)

svn path=/main/branches/2.1.2/; revision=9875
pym/portage.py