From 35e5407120441f60f6e77e6544e12e3c56cbacc8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 16 Apr 2008 18:08:41 +0000 Subject: Fix portdbapi.getfetchlist() so that it doesn't unnecessarily calculate USE when the "all" parameter is True. svn path=/main/trunk/; revision=9918 --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py index 3ea73d00a..845fdbae5 100644 --- a/pym/portage/dbapi/porttree.py +++ b/pym/portage/dbapi/porttree.py @@ -379,7 +379,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