+2008-09-03: Paul Varner <fuzzyray@gentoo.org>
+ * equery: Fix depgraph function to print out dependencies that don't
+ resolve to a package (Bug #236492)
+
2008-08-26: Paul Varner <fuzzyray@gentoo.org>
* glsa-check: Fix has_key() deprecation message. (Bug #232797)
* revdep-rebuild: Update fix for Bug 232270 to utilize better patch
cpv = x[2]
pkg = gentoolkit.find_best_match(x[0] + cpv)
if not pkg:
+ print pfx + x[0] + cpv + " (unable to resolve to a package / package masked or removed)"
continue
if pkg.get_cpv() in pkgtbl:
continue