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 B402A15800D for ; Sun, 9 Jul 2023 16:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2287E086D; Sun, 9 Jul 2023 16:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAB81E086D for ; Sun, 9 Jul 2023 16:51:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6C5E340E91 for ; Sun, 9 Jul 2023 16:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC14AC4 for ; Sun, 9 Jul 2023 16:51:21 +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: <1688921395.1e4d32eca99bceb2da38b3de80206fadbfc98925.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/trio/trio-0.22.0_p20230530-r1.ebuild X-VCS-Directories: dev-python/trio/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1e4d32eca99bceb2da38b3de80206fadbfc98925 X-VCS-Branch: master Date: Sun, 9 Jul 2023 16:51:21 +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: c157cd28-eb33-4077-86dd-990e4d7ef225 X-Archives-Hash: fd5cb75b8051a6f92d281abe338be377 commit: 1e4d32eca99bceb2da38b3de80206fadbfc98925 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jul 9 16:49:55 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jul 9 16:49:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4d32ec dev-python/trio: Stabilize 0.22.0_p20230530-r1 ALLARCHES, #910159 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/trio/trio-0.22.0_p20230530-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trio/trio-0.22.0_p20230530-r1.ebuild b/dev-python/trio/trio-0.22.0_p20230530-r1.ebuild index 83733f7b9ec0..273cf4413165 100644 --- a/dev-python/trio/trio-0.22.0_p20230530-r1.ebuild +++ b/dev-python/trio/trio-0.22.0_p20230530-r1.ebuild @@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P} LICENSE="|| ( Apache-2.0 MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/attrs-20.1.0[${PYTHON_USEDEP}]