summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py2
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):