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 8DF83158004 for ; Sat, 16 Sep 2023 22:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E03AB2BC05B; Sat, 16 Sep 2023 22:59:01 +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 C95A92BC05B for ; Sat, 16 Sep 2023 22:59:01 +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 22DDC335C31 for ; Sat, 16 Sep 2023 22:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5AA311D1 for ; Sat, 16 Sep 2023 22:58:57 +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: <1694905097.362f25a16cd86e25c929903dd1c87b5840d4090d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/immutables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/immutables/immutables-0.20.ebuild X-VCS-Directories: dev-python/immutables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 362f25a16cd86e25c929903dd1c87b5840d4090d X-VCS-Branch: master Date: Sat, 16 Sep 2023 22:58:57 +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: 64098660-03a8-4e77-a1c5-903e0be4f16b X-Archives-Hash: 4349b07a1ffc996eb8e81df75aeea252 commit: 362f25a16cd86e25c929903dd1c87b5840d4090d Author: Sam James gentoo org> AuthorDate: Sat Sep 16 22:58:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 16 22:58:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362f25a1 dev-python/immutables: Stabilize 0.20 sparc, #914317 Signed-off-by: Sam James gentoo.org> dev-python/immutables/immutables-0.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/immutables/immutables-0.20.ebuild b/dev-python/immutables/immutables-0.20.ebuild index 6f992abd2324..3c131574f781 100644 --- a/dev-python/immutables/immutables-0.20.ebuild +++ b/dev-python/immutables/immutables-0.20.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" IUSE="+native-extensions" distutils_enable_tests pytest