From 13185ed903957683254bedac2862110cddf348d4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 16 Apr 2008 18:09:27 +0000 Subject: Fix portdbapi.getfetchlist() so that it doesn't unnecessarily calculate USE when the "all" parameter is True. (trunk r9918) svn path=/main/branches/2.1.2/; revision=9919 --- pym/portage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index fcdf6e589..aa8aa946f 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -7455,7 +7455,7 @@ class portdbapi(dbapi): "getfetchlist(): '%s' has unsupported EAPI: '%s'" % \ (mypkg, eapi.lstrip("-"))) - if useflags is None: + if not all and useflags is None: mysettings.setcpv(mypkg, mydb=self) useflags = mysettings["PORTAGE_USE"].split() -- cgit v1.2.3-1-g7c22