From: Zac Medico Date: Sat, 2 Sep 2006 22:59:10 +0000 (-0000) Subject: Update the depgraph's USE flag cache so that's it's consistent with installed packages. X-Git-Tag: v2.1.1~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3346648a71eb2896797a6de195e85146c4d1dcf4;p=portage.git Update the depgraph's USE flag cache so that's it's consistent with installed packages. svn path=/main/trunk/; revision=4379 --- diff --git a/bin/emerge b/bin/emerge index 20cfac5ad..136080e49 100755 --- a/bin/emerge +++ b/bin/emerge @@ -775,6 +775,7 @@ class depgraph: else: mybigkey.append("nomerge") myuse = vardbapi.aux_get(mykey, ["USE"])[0].split() + self.useFlags[myroot][mykey] = myuse """ 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