From: Zac Medico Date: Thu, 8 May 2008 07:55:30 +0000 (-0000) Subject: Tolerate InvalidDependString exceptions when checking visibility of X-Git-Tag: v2.1.5~43 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5d8c30432f3c60c1f14fa6328689b8f489276062;p=portage.git Tolerate InvalidDependString exceptions when checking visibility of installed packages. (trunk r102240 svn path=/main/branches/2.1.2/; revision=10226 --- diff --git a/bin/emerge b/bin/emerge index 5f65719c9..e4bd366e4 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3035,7 +3035,8 @@ class depgraph(object): if not visible(pkgsettings, pkg): continue except portage_exception.InvalidDependString: - continue + if not installed: + continue # Enable upgrade or downgrade to a version # with visible KEYWORDS when the installed