diff options
-rw-r--r-- | pym/portage.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pym/portage.py b/pym/portage.py index 52d69279d..00ef40007 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -4844,8 +4844,6 @@ class vardbapi(dbapi): def aux_get(self, mycpv, wants): global auxdbkeys results = [] - if not self.cpv_exists(mycpv): - return [] for x in wants: myfn = self.root+VDB_PATH+"/"+str(mycpv)+"/"+str(x) if os.access(myfn,os.R_OK): |