From f738714805e2e6b558b53a39b430560dee881b20 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 22 May 2007 13:23:07 +0000 Subject: For forward compatibility, make binarytree.populate() work even when $PKGDIR/All/ doesn't exist. svn path=/main/branches/2.1.2/; revision=6578 --- pym/portage.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pym') diff --git a/pym/portage.py b/pym/portage.py index 8df84d5b5..be41b4d96 100644 --- 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) -- cgit v1.2.3-1-g7c22