summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmedico <zmedico@gentoo.org>2008-12-05 23:51:13 +0000
committerzmedico <zmedico@gentoo.org>2008-12-05 23:51:13 +0000
commit785726b53f5a44338fb2991569b0a34363aa0d18 (patch)
tree24209633eab1ee686786afe7ccbc20af8642d655
parentd2aa80f8237df14fde0d61a3593b60412f15589f (diff)
downloadgentoolkit-785726b53f5a44338fb2991569b0a34363aa0d18.tar.gz
Bug #239000 - Improve the message about 'remaining inconsistencies'.
svn path=/; revision=527
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 612f4cd..337564c 100755
--- a/trunk/src/revdep-rebuild/revdep-rebuild
+++ b/trunk/src/revdep-rebuild/revdep-rebuild
@@ -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