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

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- a/app-misc/mc/mc-4.8.26-r2.ebuild
0
++ b/app-misc/mc/mc-4.8.26-r2.ebuild
Lines 112-117 Link Here
112
}
112
}
113
113
114
pkg_postinst() {
114
pkg_postinst() {
115
	if use spell && ! has_version app-dicts/aspell-en ; then
116
		elog "\"spell\" USE flag is enabled however app-dicts/aspell-en is not installed."
117
		elog "You should manually set \"spell_language\" in the Misc section of ~/.config/mc/ini"
118
		elog "It has to be set to one of your installed aspell dictionaries or \"NONE\""
119
		elog
120
	fi
121
115
	elog "To enable exiting to latest working directory,"
122
	elog "To enable exiting to latest working directory,"
116
	elog "put this into your ~/.bashrc:"
123
	elog "put this into your ~/.bashrc:"
117
	elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
124
	elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"

Return to bug 788151