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 E2E311580D3 for ; Fri, 24 Nov 2023 15:00:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27C4B2BC0CD; Fri, 24 Nov 2023 15:00:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EB2CE2BC0BF for ; Fri, 24 Nov 2023 15:00:15 +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 001AE33D0AF for ; Fri, 24 Nov 2023 15:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 587FC13C6 for ; Fri, 24 Nov 2023 15:00:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1700838001.d236377b3efa5c053616b62b7a1486266ed1e633.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aioresponses/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aioresponses/aioresponses-0.7.4.ebuild X-VCS-Directories: dev-python/aioresponses/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d236377b3efa5c053616b62b7a1486266ed1e633 X-VCS-Branch: master Date: Fri, 24 Nov 2023 15:00:13 +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: 9829c84e-ba5a-4978-b4d4-a52855093248 X-Archives-Hash: 1941f227d3daa8aa8b93e82c132bdbf2 commit: d236377b3efa5c053616b62b7a1486266ed1e633 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 24 15:00:01 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 24 15:00:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d236377b dev-python/aioresponses: Stabilize 0.7.4 arm64, #918141 Signed-off-by: Michał Górny gentoo.org> dev-python/aioresponses/aioresponses-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aioresponses/aioresponses-0.7.4.ebuild b/dev-python/aioresponses/aioresponses-0.7.4.ebuild index 7995b5baceb8..9dbd87a8d82d 100644 --- a/dev-python/aioresponses/aioresponses-0.7.4.ebuild +++ b/dev-python/aioresponses/aioresponses-0.7.4.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}]