Bug #239000 - Improve the message about 'remaining inconsistencies'.
authorzmedico <zmedico@gentoo.org>
Fri, 5 Dec 2008 23:51:13 +0000 (23:51 -0000)
committerzmedico <zmedico@gentoo.org>
Fri, 5 Dec 2008 23:51:13 +0000 (23:51 -0000)
svn path=/; revision=527

trunk/src/revdep-rebuild/revdep-rebuild

index 612f4cd7dfcf40b7560e886b55ad0a9454f18070..337564c9e4e5871e340f180cb39045cf8838b5b1 100755 (executable)
@@ -1082,8 +1082,11 @@ cleanup() {
                einfo 'Build finished correctly. Removing temporary files...'
                einfo
                einfo 'You can re-run revdep-rebuild to verify that all libraries and binaries'
-               einfo 'are fixed. If some inconsistency remains, it can be orphaned file, deep'
-               einfo 'dependency, binary package or specially evaluated library.'
+               einfo 'are fixed. Possible reasons for remaining inconsistencies include:'
+               einfo '  orphaned files'
+               einfo '  deep dependencies'
+               einfo "  packages installed outside of portage's control"
+               einfo '  specially-evaluated libraries'
                if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then
                        show_unowned_files
                fi