diff options
Diffstat (limited to 'app-text/aspell/aspell-0.50.5-r4.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r4.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-text/aspell/aspell-0.50.5-r4.ebuild b/app-text/aspell/aspell-0.50.5-r4.ebuild index 4ea3fabd31a1..1846f135b294 100644 --- a/app-text/aspell/aspell-0.50.5-r4.ebuild +++ b/app-text/aspell/aspell-0.50.5-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.17 2007/03/03 11:32:12 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r4.ebuild,v 1.18 2007/03/04 07:27:33 genone Exp $ inherit libtool eutils flag-o-matic @@ -62,11 +62,11 @@ src_install() { } pkg_postinst() { - einfo "You will need to install a dictionary now. Please choose an" - einfo "aspell-<LANG> dictionary from the app-dicts category" - einfo "After installing an aspell dictionary for your language(s)," - einfo "You may use the aspell-import utility to import your personal" - einfo "dictionaries from ispell, pspell and the older aspell" + elog "You will need to install a dictionary now. Please choose an" + elog "aspell-<LANG> dictionary from the app-dicts category" + elog "After installing an aspell dictionary for your language(s)," + elog "You may use the aspell-import utility to import your personal" + elog "dictionaries from ispell, pspell and the older aspell" ewarn "" ewarn "Please re-emerge ALL your aspell-LANG dictionaries" |