svn path=/main/trunk/; revision=3061
(pkgtype, root, cpv, action) = bigkey
if pkgtype == "binary" and not portage.db["/"]["bintree"].dbapi.match("="+cpv) or \
pkgtype == "ebuild" and not portage.db["/"]["porttree"].dbapi.xmatch("match-all", "="+cpv):
- print red("!!! Error: The resume list contains packages that no longer")
+ print red("!!! Error: The resume list contains packages that are no longer")
print red("!!! available to be emerged. Please restart/continue")
print red("!!! the merge operation manually.")
sys.exit(1)