From: Zac Medico Date: Thu, 21 Sep 2006 03:02:24 +0000 (-0000) Subject: Remove an inaccurate comment. X-Git-Tag: v2.1.1-r1~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ee7a60726439605c2323a2778e49f8ae18021a11;p=portage.git Remove an inaccurate comment. svn path=/main/trunk/; revision=4489 --- diff --git a/bin/emerge b/bin/emerge index 9b90a55ee..38cdf3a4f 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1081,10 +1081,8 @@ class depgraph: p_type, p_root, p_key, p_status = myparent.split() if p_status == "merge": - # XXX Bug: This fakedbapi data is used in dep_check calls to - # determine satisfied deps via dep_wordreduce but it does not - # account for merge order (merge order is later calculated - # in self.altlist() using data from the digraph). + """ This fakedbapi data is used in dep_check calls to determine + satisfied deps via dep_wordreduce""" self.mydbapi[p_root].cpv_inject(p_key) # Update old-style virtuals if this package provides any.