From 4825a9b5cbc2e3173c4b9dcf2b6444811cca959c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 26 Oct 2010 12:45:30 -0700 Subject: ebuild(1): fix breakage for /var/db/pkg ebuilds --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 571b344f3..4b0b47ba0 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -421,7 +421,7 @@ class vardbapi(dbapi): self.matchcache[mycat][mydep] = mymatch return self.matchcache[mycat][mydep][:] - def findname(self, mycpv): + def findname(self, mycpv, myrepo=None): return self.getpath(str(mycpv), filename=catsplit(mycpv)[1]+".ebuild") def flush_cache(self): -- cgit v1.2.3-1-g7c22