summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/PackageVirtualDbapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/PackageVirtualDbapi.py')
-rw-r--r--pym/_emerge/PackageVirtualDbapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/_emerge/PackageVirtualDbapi.py b/pym/_emerge/PackageVirtualDbapi.py
index 129a51615..3728f2ae3 100644
--- a/pym/_emerge/PackageVirtualDbapi.py
+++ b/pym/_emerge/PackageVirtualDbapi.py
@@ -83,7 +83,7 @@ class PackageVirtualDbapi(dbapi):
self._match_cache[origdep] = result
return result[:]
- def cpv_exists(self, cpv):
+ def cpv_exists(self, cpv, myrepo=None):
return cpv in self._cpv_map
def cp_list(self, mycp, use_cache=1):