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 259AB158095 for ; Fri, 16 Sep 2022 07:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17ABCE08E5; Fri, 16 Sep 2022 07:57:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFEBCE08E5 for ; Fri, 16 Sep 2022 07:57:37 +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 028AE340F22 for ; Fri, 16 Sep 2022 07:57:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 637BF5D4 for ; Fri, 16 Sep 2022 07:57:35 +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: <1663315016.f222eab5ebf78cccbf8b50922141fbf024cd6f22.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pathlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild X-VCS-Directories: dev-python/pathlib2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f222eab5ebf78cccbf8b50922141fbf024cd6f22 X-VCS-Branch: master Date: Fri, 16 Sep 2022 07:57:35 +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: 98925f73-7ca9-4e90-9185-2da549f343df X-Archives-Hash: 42aa74797d862556197b2f3619386620 commit: f222eab5ebf78cccbf8b50922141fbf024cd6f22 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Sep 16 07:56:56 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Sep 16 07:56:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f222eab5 dev-python/pathlib2: Keyword 2.3.7_p1 arm, #868267 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild index 2ff3d4c105ed..766cc2c467e5 100644 --- a/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild +++ b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild @@ -23,6 +23,6 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~m68k ~riscv ~sparc" +KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~riscv ~sparc" distutils_enable_tests pytest