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 B73EF158099 for ; Thu, 23 Nov 2023 16:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 094E62BC029; Thu, 23 Nov 2023 16:50:51 +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 E168D2BC029 for ; Thu, 23 Nov 2023 16:50:50 +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 07772335C2E for ; Thu, 23 Nov 2023 16:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A6AAB9 for ; Thu, 23 Nov 2023 16:50:48 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1700758240.7b9943803909cf112d136cd7a788703da91fe739.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mergedict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mergedict/mergedict-1.0.0-r1.ebuild X-VCS-Directories: dev-python/mergedict/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7b9943803909cf112d136cd7a788703da91fe739 X-VCS-Branch: master Date: Thu, 23 Nov 2023 16:50:48 +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: 9499900d-be1e-4acd-852d-72516dd7e2a7 X-Archives-Hash: 944c4c28dbcb389132d54e9e0ae40c5c commit: 7b9943803909cf112d136cd7a788703da91fe739 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Nov 23 16:50:40 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 23 16:50:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b994380 dev-python/mergedict: Keyword 1.0.0-r1 arm64, #917867 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/mergedict/mergedict-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mergedict/mergedict-1.0.0-r1.ebuild b/dev-python/mergedict/mergedict-1.0.0-r1.ebuild index 45c1be6ddf95..739d4b9fdfd8 100644 --- a/dev-python/mergedict/mergedict-1.0.0-r1.ebuild +++ b/dev-python/mergedict/mergedict-1.0.0-r1.ebuild @@ -16,6 +16,6 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" distutils_enable_tests pytest