diff options
Diffstat (limited to 'app-text/hunspell/hunspell-1.1.4-r1.ebuild')
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/hunspell/hunspell-1.1.4-r1.ebuild b/app-text/hunspell/hunspell-1.1.4-r1.ebuild index a7a0342656af..11bf9760dda4 100644 --- a/app-text/hunspell/hunspell-1.1.4-r1.ebuild +++ b/app-text/hunspell/hunspell-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.12 2006/08/08 02:07:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4-r1.ebuild,v 1.13 2007/03/04 07:37:50 genone Exp $ inherit fixheadtails eutils multilib autotools @@ -66,7 +66,7 @@ src_install() { } pkg_postinst() { - einfo "To use this package you will also need a dictionary." - einfo "Hunspell uses myspell format dictionaries; find them" - einfo "in the app-dicts category as myspell-<LANG>." + elog "To use this package you will also need a dictionary." + elog "Hunspell uses myspell format dictionaries; find them" + elog "in the app-dicts category as myspell-<LANG>." } |