From: Alec Warner Date: Mon, 3 Apr 2006 04:19:51 +0000 (-0000) Subject: Fix minor typo: reported by Brian Harring X-Git-Tag: v2.1_pre8~39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8756978bbd5809f25432d78929a0e6ef63544b3a;p=portage.git Fix minor typo: reported by Brian Harring svn path=/main/trunk/; revision=3061 --- 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)