Fix minor typo: reported by Brian Harring
authorAlec Warner <antarus@gentoo.org>
Mon, 3 Apr 2006 04:19:51 +0000 (04:19 -0000)
committerAlec Warner <antarus@gentoo.org>
Mon, 3 Apr 2006 04:19:51 +0000 (04:19 -0000)
svn path=/main/trunk/; revision=3061

bin/emerge

index 46c7356bb690cc6db00f88939cd05aea20066be4..9b94b160d8872c0e7bddc3ddd86eb601283f56ed 100755 (executable)
@@ -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)