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 4F39E1581E7 for ; Thu, 25 Apr 2024 14:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919A4E29EB; Thu, 25 Apr 2024 14:45:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7218BE29EB for ; Thu, 25 Apr 2024 14:45:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8947734316C for ; Thu, 25 Apr 2024 14:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99CCD1760 for ; Thu, 25 Apr 2024 14:45:26 +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: <1714056291.f2bf62aa0f1871a6d2f008fe52d8e5230f439cf4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib-resources/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/importlib-resources/importlib-resources-6.4.0.ebuild X-VCS-Directories: dev-python/importlib-resources/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f2bf62aa0f1871a6d2f008fe52d8e5230f439cf4 X-VCS-Branch: master Date: Thu, 25 Apr 2024 14:45:26 +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: 6e23fe19-cd49-489a-9731-73eb5b2d562d X-Archives-Hash: 08e486b6a13aee772a59debafcce8ed8 commit: f2bf62aa0f1871a6d2f008fe52d8e5230f439cf4 Author: Sam James gentoo org> AuthorDate: Thu Apr 25 14:44:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 25 14:44:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2bf62aa dev-python/importlib-resources: Keyword 6.4.0 arm, #930664 Signed-off-by: Sam James gentoo.org> dev-python/importlib-resources/importlib-resources-6.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild index b0112c8bb551..3adfda597456 100644 --- a/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild +++ b/dev-python/importlib-resources/importlib-resources-6.4.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}]