Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 481320
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- movefile.py.orig    2013-08-03 17:01:30.731395225 +0200
0
++ movefile.py 2013-08-03 17:22:50.960350956 +0200
Lines 149-154 Link Here
149
       and None on failure.  mtime is expressed in seconds in Python <3.3 and nanoseconds in
149
       and None on failure.  mtime is expressed in seconds in Python <3.3 and nanoseconds in
150
       Python >=3.3.  Move is atomic."""
150
       Python >=3.3.  Move is atomic."""
151
151
152
       # Ingore whatever is passed here.
153
       hardlink_candidates=None
154
152
       if mysettings is None:
155
       if mysettings is None:
153
               mysettings = portage.settings
156
               mysettings = portage.settings
154
157

Return to bug 481320