When creating the depgraph, use the correct USE flags for packages that are already...
authorZac Medico <zmedico@gentoo.org>
Sat, 2 Sep 2006 22:55:17 +0000 (22:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 2 Sep 2006 22:55:17 +0000 (22:55 -0000)
svn path=/main/trunk/; revision=4378

bin/emerge

index 5e8e0fabc70f0508a6ed54c628f3545677ec25b8..20cfac5ad76443355a93d3c2705e1f751da019f0 100755 (executable)
@@ -774,6 +774,7 @@ class depgraph:
                        mybigkey.append("merge")
                else:
                        mybigkey.append("nomerge")
+                       myuse = vardbapi.aux_get(mykey, ["USE"])[0].split()
 
                """ At this point, we have either hit a blocker and returned, found the package in the
                    depgraph already and returned, or we are here.  Whether we are merging or not; we must