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 9C0E8158020 for ; Sun, 25 Dec 2022 17:29:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22A7E090F; Sun, 25 Dec 2022 17:29:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B38F9E090F for ; Sun, 25 Dec 2022 17:29:06 +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 C348E3410E2 for ; Sun, 25 Dec 2022 17:29:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1927F1 for ; Sun, 25 Dec 2022 17:29:03 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671989329.9a399ac2136e9cadb1e0378e60b913066ea6f524.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rapidfuzz_capi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild X-VCS-Directories: dev-python/rapidfuzz_capi/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 9a399ac2136e9cadb1e0378e60b913066ea6f524 X-VCS-Branch: master Date: Sun, 25 Dec 2022 17:29:03 +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: 16581993-5c6f-4dad-873b-521f3e1e416b X-Archives-Hash: d6351c7be96279210bab70cae8319736 commit: 9a399ac2136e9cadb1e0378e60b913066ea6f524 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 25 17:28:49 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 25 17:28:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a399ac2 dev-python/rapidfuzz_capi: Stabilize 1.0.5 arm64, #888421 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild b/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild index c516a9ad8fb2..bf5863ced48a 100644 --- a/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild +++ b/dev-python/rapidfuzz_capi/rapidfuzz_capi-1.0.5.ebuild @@ -20,4 +20,4 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc ~x86"