projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
262d3d8
)
For forward compatibility, make binarytree.populate() work even when $PKGDIR/All...
author
Zac Medico
<zmedico@gentoo.org>
Tue, 22 May 2007 13:23:07 +0000
(13:23 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 22 May 2007 13:23:07 +0000
(13:23 -0000)
svn path=/main/branches/2.1.2/; revision=6578
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 8df84d5b5064f01931a1910c66c6df40e2c662f5..be41b4d96eb72c5aa38fe3a8d4b45d624e77fecd 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-6554,8
+6554,6
@@
class binarytree(object):
"populates the binarytree"
if (not os.path.isdir(self.pkgdir) and not getbinpkgs):
return 0
- if (not os.path.isdir(self.pkgdir+"/All") and not getbinpkgs):
- return 0
categories = set(self.settings.categories)