From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97761138359 for ; Fri, 4 Sep 2020 15:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F52E0845; Fri, 4 Sep 2020 15:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D324E0845 for ; Fri, 4 Sep 2020 15:45:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2424A340D19 for ; Fri, 4 Sep 2020 15:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AB532FC for ; Fri, 4 Sep 2020 15:44:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1599234293.6a833724f70af99d330ce466b48cba1f55656ce3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild X-VCS-Directories: app-accessibility/speech-dispatcher/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a833724f70af99d330ce466b48cba1f55656ce3 X-VCS-Branch: master Date: Fri, 4 Sep 2020 15:44:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a63cf7b1-ac18-4526-995e-a39f8fa929d7 X-Archives-Hash: 774c667ded04c735c1751e52f09ea4d6 commit: 6a833724f70af99d330ce466b48cba1f55656ce3 Author: Sam James gentoo org> AuthorDate: Fri Sep 4 15:44:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Sep 4 15:44:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a833724 app-accessibility/speech-dispatcher: ppc64 stable (bug #732620) Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild index b905e415146..bddd57a33b9 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.9.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/brailcom/speechd/releases/download/${PV}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="alsa ao +espeak flite nas pulseaudio python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"