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 D1DDB158099 for ; Thu, 23 Nov 2023 19:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE7E12BC022; Thu, 23 Nov 2023 19:48:59 +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 A28712BC022 for ; Thu, 23 Nov 2023 19:48:59 +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 96BC533BEED for ; Thu, 23 Nov 2023 19:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F09F013BC for ; Thu, 23 Nov 2023 19:48:56 +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: <1700768929.1b585fbda221a10d04f1361d26e68faf3a4f3199.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configclass/configclass-0.2.0-r1.ebuild X-VCS-Directories: dev-python/configclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1b585fbda221a10d04f1361d26e68faf3a4f3199 X-VCS-Branch: master Date: Thu, 23 Nov 2023 19:48:56 +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: 1fb670d4-b074-4bba-965e-8933e92d5616 X-Archives-Hash: 41db672a3d878c85d83b67785c575d1b commit: 1b585fbda221a10d04f1361d26e68faf3a4f3199 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 23 19:48:49 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 23 19:48:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b585fbd dev-python/configclass: Keyword 0.2.0-r1 arm64, #917868 Signed-off-by: Michał Górny gentoo.org> dev-python/configclass/configclass-0.2.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configclass/configclass-0.2.0-r1.ebuild b/dev-python/configclass/configclass-0.2.0-r1.ebuild index 4a33d627a6d9..fa8be77b40e3 100644 --- a/dev-python/configclass/configclass-0.2.0-r1.ebuild +++ b/dev-python/configclass/configclass-0.2.0-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" RDEPEND=" >=dev-python/mergedict-0.2.0[${PYTHON_USEDEP}]