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 A442015808C for ; Sat, 19 Feb 2022 00:37:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3E32E0830; Sat, 19 Feb 2022 00:37:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ABC3CE0830 for ; Sat, 19 Feb 2022 00:37: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 8228F3433F7 for ; Sat, 19 Feb 2022 00:37:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88742E7 for ; Sat, 19 Feb 2022 00:37:53 +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: <1645230975.3cf19f57fe3656af3fc55a7893f0240fade11514.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpcore/httpcore-0.14.7.ebuild X-VCS-Directories: dev-python/httpcore/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cf19f57fe3656af3fc55a7893f0240fade11514 X-VCS-Branch: master Date: Sat, 19 Feb 2022 00:37:53 +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: 630c7883-e639-46cc-a809-b08ce73c545d X-Archives-Hash: b8c2cc6e7794480a2ba2c2fa6f7235a0 commit: 3cf19f57fe3656af3fc55a7893f0240fade11514 Author: Sam James gentoo org> AuthorDate: Sat Feb 19 00:36:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 19 00:36:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf19f57 dev-python/httpcore: Stabilize 0.14.7 arm64, #833229 Signed-off-by: Sam James gentoo.org> dev-python/httpcore/httpcore-0.14.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.14.7.ebuild b/dev-python/httpcore/httpcore-0.14.7.ebuild index 34e1f8222944..6ca90bd30ad4 100644 --- a/dev-python/httpcore/httpcore-0.14.7.ebuild +++ b/dev-python/httpcore/httpcore-0.14.7.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 hppa ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="amd64 ~arm arm64 hppa ppc ~ppc64 ~riscv sparc x86" RDEPEND=" =dev-python/anyio-3*[${PYTHON_USEDEP}]