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 DFD9C158094 for ; Wed, 22 Jun 2022 06:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0BBEE087E; Wed, 22 Jun 2022 06:53:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 88562E087E for ; Wed, 22 Jun 2022 06:53: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 BE1E4341B11 for ; Wed, 22 Jun 2022 06:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E09522 for ; Wed, 22 Jun 2022 06:53:46 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1655880784.d21fe041029ac8b8ab7331708fa41ac6a71f264e.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonrpclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild X-VCS-Directories: dev-python/jsonrpclib/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d21fe041029ac8b8ab7331708fa41ac6a71f264e X-VCS-Branch: master Date: Wed, 22 Jun 2022 06:53:46 +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: 6cc22d7d-db2c-4128-811b-764ac5e51245 X-Archives-Hash: 91919abd81bc038fdf4a45120ac806ba commit: d21fe041029ac8b8ab7331708fa41ac6a71f264e Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Jun 22 06:53:04 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Jun 22 06:53:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21fe041 dev-python/jsonrpclib: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #853499 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild index 0cac78b585b6..72515e12f724 100644 --- a/dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-0.4.3.2.ebuild @@ -16,7 +16,7 @@ else https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 arm arm64 ~mips x86" fi DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"