diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:37:50 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:37:50 +0000 |
commit | c780112688603fa330dac61e44a19cec53f9f7c9 (patch) | |
tree | 186c4eca462b07fcfb468f7ae8a61a2feb0d01a5 /app-text/hunspell/hunspell-1.1.4-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.tar.gz gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.tar.bz2 gentoo-2-c780112688603fa330dac61e44a19cec53f9f7c9.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
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>." } |