Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52867 | Differences between
and this patch

Collapse All | Expand All

(-)old/opera-7.51.ebuild (-3 / +5 lines)
Lines 108-114 Link Here
108
pkg_postinst() {
108
pkg_postinst() {
109
	einfo "For localized language files take a look at:"
109
	einfo "For localized language files take a look at:"
110
	einfo "http://www.opera.com/download/languagefiles/index.dml?platform=linux"
110
	einfo "http://www.opera.com/download/languagefiles/index.dml?platform=linux"
111
	einfo
111
	if [ `use spell` ]; then
112
	einfo "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
112
		einfo
113
	einfo "and emerge app-text/aspell-language."
113
		einfo "To change the spellcheck language edit /opt/opera/share/opera/ini/spellcheck.ini"
114
		einfo "and emerge app-text/aspell-language."
115
	fi
114
}
116
}

Return to bug 52867