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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 796F01382C5 for ; Mon, 12 Apr 2021 13:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61709E0841; Mon, 12 Apr 2021 13:20:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CE99E0841 for ; Mon, 12 Apr 2021 13:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4296340CD9 for ; Mon, 12 Apr 2021 13:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27CA0631 for ; Mon, 12 Apr 2021 13:20:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1618233629.38025b0203f4e966f98d063a1ce4aa488fdd1e4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/immutables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/immutables/immutables-0.14.ebuild dev-python/immutables/immutables-0.15.ebuild X-VCS-Directories: dev-python/immutables/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 38025b0203f4e966f98d063a1ce4aa488fdd1e4d X-VCS-Branch: master Date: Mon, 12 Apr 2021 13:20:38 +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: 4f04c778-a485-442c-ae13-ec44b1823050 X-Archives-Hash: 8c9e225050a1b12a82a4ec518d621948 commit: 38025b0203f4e966f98d063a1ce4aa488fdd1e4d Author: Michał Górny gentoo org> AuthorDate: Mon Apr 12 13:19:27 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 12 13:20:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38025b02 dev-python/immutables: Remove 32-bit arch keywords Closes: https://bugs.gentoo.org/739578 Signed-off-by: Michał Górny gentoo.org> dev-python/immutables/immutables-0.14.ebuild | 2 +- dev-python/immutables/immutables-0.15.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/immutables/immutables-0.14.ebuild b/dev-python/immutables/immutables-0.14.ebuild index 63c3100bb94..28e15d484a3 100644 --- a/dev-python/immutables/immutables-0.14.ebuild +++ b/dev-python/immutables/immutables-0.14.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm64 ~ppc64" distutils_enable_tests pytest diff --git a/dev-python/immutables/immutables-0.15.ebuild b/dev-python/immutables/immutables-0.15.ebuild index 240ba0445cf..5f08b441b2d 100644 --- a/dev-python/immutables/immutables-0.15.ebuild +++ b/dev-python/immutables/immutables-0.15.ebuild @@ -12,6 +12,6 @@ SRC_URI="https://github.com/MagicStack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ~ppc64" distutils_enable_tests pytest