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 7D9D8158042 for ; Thu, 24 Oct 2024 15:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C095BE0946; Thu, 24 Oct 2024 15:20:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AD301E0946 for ; Thu, 24 Oct 2024 15:20:56 +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 CBD70342F8D for ; Thu, 24 Oct 2024 15:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F0E6F32 for ; Thu, 24 Oct 2024 15:20:54 +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: <1729783249.90d3fdab25f787b7dc0519b85a67a42c1be40c9d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uvicorn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uvicorn/uvicorn-0.32.0.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 90d3fdab25f787b7dc0519b85a67a42c1be40c9d X-VCS-Branch: master Date: Thu, 24 Oct 2024 15:20:54 +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: ded0a370-f0ca-4738-8964-e900b9b4a9be X-Archives-Hash: 939539d19c1e15f8499bfe9680a7d742 commit: 90d3fdab25f787b7dc0519b85a67a42c1be40c9d Author: Arthur Zamarin gentoo org> AuthorDate: Thu Oct 24 15:20:49 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Oct 24 15:20:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d3fdab dev-python/uvicorn: Keyword 0.32.0 arm64, #941645 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/uvicorn/uvicorn-0.32.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.32.0.ebuild b/dev-python/uvicorn/uvicorn-0.32.0.ebuild index 9b8d7f5ea4e8..9dabe5b56dc4 100644 --- a/dev-python/uvicorn/uvicorn-0.32.0.ebuild +++ b/dev-python/uvicorn/uvicorn-0.32.0.ebuild @@ -22,7 +22,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~riscv ~sparc ~x86" IUSE="test-rust" RDEPEND="