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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69BCB158015 for ; Fri, 29 Dec 2023 01:03:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B8D22BC0C2; Fri, 29 Dec 2023 01:03:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 694412BC0BE for ; Fri, 29 Dec 2023 01:03:05 +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 5F700340775 for ; Fri, 29 Dec 2023 01:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A53A214C4 for ; Fri, 29 Dec 2023 01:03:01 +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: <1703811753.772c888514507b8132b66d8db5d102b7136fc102.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/freetts/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/freetts/freetts-1.2.2-r2.ebuild X-VCS-Directories: app-accessibility/freetts/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 772c888514507b8132b66d8db5d102b7136fc102 X-VCS-Branch: master Date: Fri, 29 Dec 2023 01:03:01 +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: d1989d09-40b4-46e9-bdaa-e4f3d4c1ec38 X-Archives-Hash: 015513369ac29f9a2da3e2c206d03201 commit: 772c888514507b8132b66d8db5d102b7136fc102 Author: Sam James gentoo org> AuthorDate: Fri Dec 29 01:02:33 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 29 01:02:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772c8885 app-accessibility/freetts: Keyword 1.2.2-r2 arm64, #920871 Signed-off-by: Sam James gentoo.org> app-accessibility/freetts/freetts-1.2.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild b/app-accessibility/freetts/freetts-1.2.2-r2.ebuild index 38b75456e0e4..b56e09fbc7e3 100644 --- a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" SLOT="0" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="jsapi mbrola" DEPEND=">=virtual/jdk-1.8:*