On Sat, 2013-12-28 at 18:19 -0800, W. Trevor King wrote: > On Sat, Dec 28, 2013 at 05:57:06PM -0800, Brian Dolbec wrote: > > - "portdir":self.settings["snapshot_cache_path"]+"/portage",\ > > + "portdir": normpath(self.settings["snapshot_cache_path"] + "/" + > > + self.settings["repo_name"]), > > "distdir":self.settings["distdir"],"port_tmpdir":"tmpfs"} > > Ah, this is getting rid of that trailing backslash, so I'm fine if it > stays in the previous commit. We're still missing the space before > “"port_tmpdir"”. The use of normpath and the repo_name setting look > good. > > Cheers, > Trevor > That too is not part of what this commit is changing. That line is a context line. This commit is touching the previous line. This commit is also not a whitespace cleanup.