summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index dbe02fba4..64414077a 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -2516,10 +2516,10 @@ class config(object):
self.already_in_regenerate = 0
- def get_virts_p(self, myroot):
+ def get_virts_p(self, myroot=None):
if self.virts_p:
return self.virts_p
- virts = self.getvirtuals(myroot)
+ virts = self.getvirtuals()
if virts:
for x in virts:
vkeysplit = x.split("/")