diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:06:36 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-23 15:06:36 +0000 |
commit | f37953c9d36d7fb00966ab886a406fd8cec377a0 (patch) | |
tree | ea5597b0b58d731ff8bc5976ada6f912811e5fcd /app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f37953c9d36d7fb00966ab886a406fd8cec377a0.tar.gz gentoo-2-f37953c9d36d7fb00966ab886a406fd8cec377a0.tar.bz2 gentoo-2-f37953c9d36d7fb00966ab886a406fd8cec377a0.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild index 667aa1a343d5..f2023828b59d 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild,v 1.5 2005/01/01 10:52:19 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild,v 1.6 2007/01/23 15:06:36 genone Exp $ inherit eutils libtool @@ -51,7 +51,7 @@ src_install() { } pkg_postinst() { - echo - einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - echo + elog + elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + elog } |