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 59199158092 for ; Mon, 13 Jun 2022 07:07:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3A7E0878; Mon, 13 Jun 2022 07:07:06 +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 F1AAEE0878 for ; Mon, 13 Jun 2022 07:07:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 07D1B3412E2 for ; Mon, 13 Jun 2022 07:07:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A1B509 for ; Mon, 13 Jun 2022 07:07:02 +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: <1655103828.e2d79694b4a678e5ec71ca97e70d41b32f71ec91.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild X-VCS-Directories: dev-python/u-msgpack-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e2d79694b4a678e5ec71ca97e70d41b32f71ec91 X-VCS-Branch: master Date: Mon, 13 Jun 2022 07:07:02 +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: 5a9446d7-a416-4716-ade5-ec570f248443 X-Archives-Hash: 9e498e6e02ba256af42cde1db6b9f70a commit: e2d79694b4a678e5ec71ca97e70d41b32f71ec91 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jun 13 07:03:48 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jun 13 07:03:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d79694 dev-python/u-msgpack-python: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #851456 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild index 71f7b6947b7c..a979a5962182 100644 --- a/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild +++ b/dev-python/u-msgpack-python/u-msgpack-python-2.7.1-r1.ebuild @@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" distutils_enable_tests pytest