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

(-)kdeaccessibility-3.5.7.ebuild (+11 lines)
Lines 28-30 Link Here
28
28
29
	kde_src_compile
29
	kde_src_compile
30
}
30
}
31
32
pkg_postinst() {
33
	kde_pkg_postinst
34
	echo
35
	elog "${P} has some optional dependencies which you might want to emerge:"
36
	elog "- app-accessibility/festival to enable the Festival text to speech engine."
37
	elog "- app-accessibility/epos to enable the epos text to speech engine."
38
	elog "- app-accessibility/flite to enable the Flite text to speech engine."
39
	elog "- app-accessibility/freetts for enabling the freetts text to speech engine."
40
	echo
41
}

Return to bug 140277