summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage.py2
1 files changed, 1 insertions, 1 deletions
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()