X-Git-Url: https://git.draconx.ca/gitweb/squashmirror.git/blobdiff_plain/6a2e8e8c5880fa7f35ef90fbfeea8dfbbfc048a1..f419e6e863af2c87773b829fb5e8ef09797a620a:/portage/sync/modules/squashmirror/squashmirror.py diff --git a/portage/sync/modules/squashmirror/squashmirror.py b/portage/sync/modules/squashmirror/squashmirror.py index d4a5d3d..115bfef 100644 --- a/portage/sync/modules/squashmirror/squashmirror.py +++ b/portage/sync/modules/squashmirror/squashmirror.py @@ -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)