summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index 867799117..b70c5312a 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1489,7 +1489,7 @@ class depgraph:
else:
if (x[0]!="binary") and ("fetch" in string.split(portage.portdb.aux_get(x[2],["RESTRICT"])[0])):
fetch = red("F")
- if portage.portdb.fetch_check(x[2], portage.settings["USE"]):
+ if portage.portdb.fetch_check(x[2], self.applied_useflags[x[2]]):
fetch = green("f")
#we need to use "--emptrytree" testing here rather than "empty" param testing because "empty"