Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 239000
Collapse All | Expand All

(-)revdep-rebuild (-2 / +5 lines)
Lines 1082-1089 Link Here
1082
		einfo 'Build finished correctly. Removing temporary files...'
1082
		einfo 'Build finished correctly. Removing temporary files...'
1083
		einfo
1083
		einfo
1084
		einfo 'You can re-run revdep-rebuild to verify that all libraries and binaries'
1084
		einfo 'You can re-run revdep-rebuild to verify that all libraries and binaries'
1085
		einfo 'are fixed. If some inconsistency remains, it can be orphaned file, deep'
1085
		einfo 'are fixed. Possible reasons for remaining inconsistencies include:'
1086
		einfo 'dependency, binary package or specially evaluated library.'
1086
		einfo '  orphaned files'
1087
		einfo '  deep dependencies'
1088
		einfo "  packages install outside of portage's control"
1089
		einfo '  specially-evaluated libraries'
1087
		if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then
1090
		if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then
1088
			show_unowned_files
1091
			show_unowned_files
1089
		fi
1092
		fi

Return to bug 239000