Make sure to include package.use flags with fetch-restricted packages
authorJason Stubbs <jstubbs@gentoo.org>
Sun, 2 Oct 2005 14:50:04 +0000 (14:50 -0000)
committerJason Stubbs <jstubbs@gentoo.org>
Sun, 2 Oct 2005 14:50:04 +0000 (14:50 -0000)
svn path=/main/branches/2.0/; revision=2076

bin/emerge

index 867799117a2fadc542bf6e83aeb78e29e6bfe647..b70c5312a2c88ddaa233082ed4d3327f2c8f294b 100755 (executable)
@@ -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"