summaryrefslogtreecommitdiffstats
path: root/pym/portage/sets/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/sets/shell.py')
-rw-r--r--pym/portage/sets/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/sets/shell.py b/pym/portage/sets/shell.py
index 769673485..cae28fa46 100644
--- a/pym/portage/sets/shell.py
+++ b/pym/portage/sets/shell.py
@@ -36,7 +36,7 @@ class CommandOutputSet(PackageSet):
text = pipe.stdout.read()
self._setAtoms(text.split("\n"))
- def singleBuilder(self, options, setconfig):
+ def singleBuilder(self, options, settings, trees):
if not command in options:
raise SetConfigError("no command specified")
return CommandOutputSet(options["command"])