Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/
Date: Sun, 11 Aug 2019 14:44:14
Message-Id: 1565534633.e87def9cff736167d2712817a6199936ddce7d19.soap@gentoo
1 commit: e87def9cff736167d2712817a6199936ddce7d19
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 14:43:53 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 14:43:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87def9c
7
8 app-accessibility/speech-dispatcher: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild
17 index d0373da8f62..44d74058468 100644
18 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild
19 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.7-r1.ebuild
20 @@ -103,7 +103,7 @@ pkg_postinst() {
21 editconfig="y"
22 fi
23 if [[ "${editconfig}" == "y" ]]; then
24 - ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
25 + ewarn "You must edit ${EROOT}/etc/speech-dispatcher/speechd.conf"
26 ewarn "and make sure the settings there match your system."
27 ewarn
28 fi