Remove an inaccurate comment.
authorZac Medico <zmedico@gentoo.org>
Thu, 21 Sep 2006 03:02:24 +0000 (03:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 21 Sep 2006 03:02:24 +0000 (03:02 -0000)
svn path=/main/trunk/; revision=4489

bin/emerge

index 9b90a55ee41371e4752a6f6872488c0a3ac469ca..38cdf3a4f9b6607db145303a61fac3178b2de90b 100755 (executable)
@@ -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.