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 D0E52158020 for ; Wed, 12 Oct 2022 19:22:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A255E0971; Wed, 12 Oct 2022 19:22:38 +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 CFDD2E0971 for ; Wed, 12 Oct 2022 19:22: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8C3C341266 for ; Wed, 12 Oct 2022 19:22:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBC20617 for ; Wed, 12 Oct 2022 19:22:34 +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: <1665602455.17270baf1e4bfb71d2bc80535694579fdac867b5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/json5/json5-0.9.10.ebuild X-VCS-Directories: dev-python/json5/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 17270baf1e4bfb71d2bc80535694579fdac867b5 X-VCS-Branch: master Date: Wed, 12 Oct 2022 19:22:34 +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: 610937fc-2918-4a5d-859f-a530fb4ea0e9 X-Archives-Hash: 7b0f8e1752f742294ac3060d16a09bff commit: 17270baf1e4bfb71d2bc80535694579fdac867b5 Author: Sam James gentoo org> AuthorDate: Wed Oct 12 19:20:55 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 19:20:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17270baf dev-python/json5: Keyword 0.9.10 x86, #834494 Signed-off-by: Sam James gentoo.org> dev-python/json5/json5-0.9.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/json5/json5-0.9.10.ebuild b/dev-python/json5/json5-0.9.10.ebuild index 0a10cb1d1bee..2b6e4e717a32 100644 --- a/dev-python/json5/json5-0.9.10.ebuild +++ b/dev-python/json5/json5-0.9.10.ebuild @@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" distutils_enable_tests pytest