diff options
author | Alec Warner <antarus@gentoo.org> | 2006-04-03 04:19:51 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-04-03 04:19:51 +0000 |
commit | 8756978bbd5809f25432d78929a0e6ef63544b3a (patch) | |
tree | 4189b7e20f520a459a3ff871e3f6a91b85e04c70 | |
parent | c5c22eaaddf1150fd4fd3831b16961ec85f7272c (diff) | |
download | portage-8756978bbd5809f25432d78929a0e6ef63544b3a.tar.gz portage-8756978bbd5809f25432d78929a0e6ef63544b3a.tar.bz2 portage-8756978bbd5809f25432d78929a0e6ef63544b3a.zip |
Fix minor typo: reported by Brian Harring
svn path=/main/trunk/; revision=3061
-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) |