diff options
author | 2009-10-09 21:53:18 +0000 | |
---|---|---|
committer | 2009-10-09 21:53:18 +0000 | |
commit | e53593d8d07acd16dc4382f610ef46eaced0bc99 (patch) | |
tree | 512203c3956871319d2e4ecca0090e796ce2b822 /app-accessibility/espeakup/espeakup-0.71.ebuild | |
parent | efte: better usage of cmake eclass (diff) | |
download | gentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.tar.gz gentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.tar.bz2 gentoo-2-e53593d8d07acd16dc4382f610ef46eaced0bc99.zip |
changed some echo commands to elogs.
(Portage version: 2.2_rc44/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/espeakup/espeakup-0.71.ebuild')
-rw-r--r-- | app-accessibility/espeakup/espeakup-0.71.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/espeakup/espeakup-0.71.ebuild b/app-accessibility/espeakup/espeakup-0.71.ebuild index f109c71a70f4..b5b7bc71ebfa 100644 --- a/app-accessibility/espeakup/espeakup-0.71.ebuild +++ b/app-accessibility/espeakup/espeakup-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.3 2009/08/07 00:33:49 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeakup/espeakup-0.71.ebuild,v 1.4 2009/10/09 21:53:18 williamh Exp $ DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" HOMEPAGE="http://www.linux-speakup.org" @@ -28,7 +28,7 @@ src_install() { pkg_postinst() { elog "To get espeakup to start automatically, it is currently recommended" - echo "that you add it to the default run level, by giving the following" + elog "that you add it to the default run level, by giving the following" elog "command as root." elog elog "rc-update add espeakup default" |