diff options
-rwxr-xr-x | bin/emerge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge index 46c7356bb..9b94b160d 100755 --- a/bin/emerge +++ b/bin/emerge @@ -1856,7 +1856,7 @@ class depgraph: (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) |