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 521EB15808B for ; Sat, 9 Apr 2022 17:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACDEE097C; Sat, 9 Apr 2022 17:02:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 217A0E096F for ; Sat, 9 Apr 2022 17:02:17 +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 AE8C8341736 for ; Sat, 9 Apr 2022 17:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D35B391 for ; Sat, 9 Apr 2022 17:02:14 +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: <1649523718.73dfc4ddf40c2bf5b5495a0bab1a8d413426e8f3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bitarray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bitarray/bitarray-2.4.1.ebuild X-VCS-Directories: dev-python/bitarray/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 73dfc4ddf40c2bf5b5495a0bab1a8d413426e8f3 X-VCS-Branch: master Date: Sat, 9 Apr 2022 17:02:14 +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: d17cd563-f4cf-44d1-b45d-35f2f5914ac4 X-Archives-Hash: d8985f70bb68a554ec18aab4c08bef39 commit: 73dfc4ddf40c2bf5b5495a0bab1a8d413426e8f3 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Apr 9 17:01:58 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Apr 9 17:01:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dfc4dd dev-python/bitarray: Stabilize 2.4.1 x86, #837398 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/bitarray/bitarray-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bitarray/bitarray-2.4.1.ebuild b/dev-python/bitarray/bitarray-2.4.1.ebuild index 75035a316dcc..dadf149a9e7f 100644 --- a/dev-python/bitarray/bitarray-2.4.1.ebuild +++ b/dev-python/bitarray/bitarray-2.4.1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" python_test() { "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"