From: Zac Medico Date: Sat, 2 Sep 2006 22:55:17 +0000 (-0000) Subject: When creating the depgraph, use the correct USE flags for packages that are already... X-Git-Tag: v2.1.1~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c38898d33738e45060bee2f3c13a4f79c5e907f8;p=portage.git When creating the depgraph, use the correct USE flags for packages that are already installed. svn path=/main/trunk/; revision=4378 --- diff --git a/bin/emerge b/bin/emerge index 5e8e0fabc..20cfac5ad 100755 --- a/bin/emerge +++ b/bin/emerge @@ -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