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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08C09158CB7 for ; Thu, 19 Aug 2021 19:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60F76E0833; Thu, 19 Aug 2021 19:57:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28FDFE0833 for ; Thu, 19 Aug 2021 19:57:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60CC5335DA7 for ; Thu, 19 Aug 2021 19:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0D568CB for ; Thu, 19 Aug 2021 19:57:17 +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: <1629403011.f93f4ea8c2d05d13e9cfedb2f6b789c58f95fd98.sam@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.14.0-r1.ebuild X-VCS-Directories: dev-python/uvicorn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f93f4ea8c2d05d13e9cfedb2f6b789c58f95fd98 X-VCS-Branch: master Date: Thu, 19 Aug 2021 19:57:17 +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: 82fce7e6-a644-481e-91ce-7062370ad8aa X-Archives-Hash: 12094d9d16f0221981239328ef927a41 commit: f93f4ea8c2d05d13e9cfedb2f6b789c58f95fd98 Author: Sam James gentoo org> AuthorDate: Thu Aug 19 19:56:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 19 19:56:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93f4ea8 dev-python/uvicorn: Stabilize 0.14.0-r1 arm64, #803806 Signed-off-by: Sam James gentoo.org> dev-python/uvicorn/uvicorn-0.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uvicorn/uvicorn-0.14.0-r1.ebuild b/dev-python/uvicorn/uvicorn-0.14.0-r1.ebuild index 7d5b9e51c76..e06f7207c9f 100644 --- a/dev-python/uvicorn/uvicorn-0.14.0-r1.ebuild +++ b/dev-python/uvicorn/uvicorn-0.14.0-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86" RDEPEND=" >=dev-python/asgiref-3.3.4[${PYTHON_USEDEP}]