diff options
author | William Hubbs <williamh@gentoo.org> | 2010-02-28 23:50:31 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2010-02-28 23:50:31 +0000 |
commit | 638049109f07d2b7869131901ce0a323e3b23ee7 (patch) | |
tree | e31eb1b925620fd441e8187c582618306cee1f92 /app-accessibility | |
parent | Segfaults on HPPA, keywording -hppa (bug #307241). (diff) | |
download | gentoo-2-638049109f07d2b7869131901ce0a323e3b23ee7.tar.gz gentoo-2-638049109f07d2b7869131901ce0a323e3b23ee7.tar.bz2 gentoo-2-638049109f07d2b7869131901ce0a323e3b23ee7.zip |
fixed a typo
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index dfa4a22db59f..2a014a6157bf 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.59 2010/02/28 23:50:31 williamh Exp $ + + 28 Feb 2010; William Hubbs <williamh@gentoo.org> + speech-dispatcher-0.6.7.ebuild: + fixed a typo 28 Feb 2010; William Hubbs <williamh@gentoo.org> speech-dispatcher-0.6.7.ebuild: diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild index cf5357a2106e..f649e4e7ade0 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.6.7.ebuild,v 1.18 2010/02/28 22:31:53 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.19 2010/02/28 23:50:31 williamh Exp $ EAPI="2" PATCHVER=1 @@ -69,7 +69,7 @@ pkg_postinst() { ewarn ewarn "You have disabled espeak, which is speech-dispatcher's" ewarn "default speech synthesizer." - ewarn "You must edit ${ROOT}etc/speechd/speechd.conf" + ewarn "You must edit ${ROOT}/etc/speechd/speechd.conf" fi elog elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." |