projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08936ba
)
Always return a list of the same length as the query in vardbapi.aux_get()
author
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 5 Oct 2005 12:05:45 +0000
(12:05 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Wed, 5 Oct 2005 12:05:45 +0000
(12:05 -0000)
svn path=/main/branches/2.0/; revision=2096
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 52d69279d04b167bcaecd9a3d05e242fe0c087c3..00ef400076e5072980635243a97e895e622c8c6a 100644
(file)
--- 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):