Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/
Date: Sat, 25 Aug 2018 21:31:01
Message-Id: 1535232592.9ebe5493d24dd7dd5faab40847d0e70497a094bd.asturm@gentoo
1 commit: 9ebe5493d24dd7dd5faab40847d0e70497a094bd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 22 20:48:59 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 25 21:29:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ebe5493
7
8 app-accessibility/speech-dispatcher: Drop to ~hppa
9
10 USE=espeak depends on app-accessibility/espeak which depends
11 on media-sound/sox.
12
13 Package-Manager: Portage-2.3.48, Repoman-2.3.10
14
15 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
19 index 04aa370dd7e..8049784a56c 100644
20 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
21 +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -14,7 +14,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
33 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
34 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
35
36 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"