]> git.draconx.ca Git - squashmirror.git/blobdiff - portage/sync/modules/squashmirror/squashmirror.py
Fix for portage-2.3.0
[squashmirror.git] / portage / sync / modules / squashmirror / squashmirror.py
index d4a5d3d5022b9a9188fbeb3625ebbae87b4aebee..115bfef52a1b6803a08e078a1d8b97c9b22f9ac6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright © 2015 Nick Bowler
+# Copyright © 2015-2016 Nick Bowler
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ class SquashMirror(NewBase):
         args.extend(['-comp', opts['squash-compression']])
         args.extend(opts['squash-extra-opts'].split())
 
-        rc = spawn(args, **portage._native_kwargs(self.spawn_kwargs))
+        rc = spawn(args, **self.spawn_kwargs)
         if rc != os.EX_OK:
             self.err("command failed: %s" % " ".join(args))
             return (rc, False)