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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11E2B15802C for ; Tue, 17 Dec 2024 17:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FF6DE086F; Tue, 17 Dec 2024 17:46:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17690E0858 for ; Tue, 17 Dec 2024 17:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F62933DF47 for ; Tue, 17 Dec 2024 17:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D568D1F3C for ; Tue, 17 Dec 2024 17:46:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1734457563.eae4384913262d328dbf858d3c6afe2b0523db87.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/speechd-el/speechd-el-2.11.ebuild X-VCS-Directories: app-accessibility/speechd-el/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eae4384913262d328dbf858d3c6afe2b0523db87 X-VCS-Branch: master Date: Tue, 17 Dec 2024 17:46:31 +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: 148751fd-44c5-42c3-a6d2-a7373025947e X-Archives-Hash: 4d95160bef2e365ccc052ce68b213019 commit: eae4384913262d328dbf858d3c6afe2b0523db87 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 16 20:30:42 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 17 17:46:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae43849 app-accessibility/speechd-el: destabilize 2.11 for ~ppc Signed-off-by: Andreas Sturmlechner gentoo.org> app-accessibility/speechd-el/speechd-el-2.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-accessibility/speechd-el/speechd-el-2.11.ebuild b/app-accessibility/speechd-el/speechd-el-2.11.ebuild index e183044a9320..f5f2c4bc7bd3 100644 --- a/app-accessibility/speechd-el/speechd-el-2.11.ebuild +++ b/app-accessibility/speechd-el/speechd-el-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~ppc x86" RDEPEND=">=app-accessibility/speech-dispatcher-0.7"