commit:     38025b0203f4e966f98d063a1ce4aa488fdd1e4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 13:19:27 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to