diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-12 15:19:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-12 15:20:29 +0200 |
commit | 38025b0203f4e966f98d063a1ce4aa488fdd1e4d (patch) | |
tree | aa8281fa6f851aa119e214e4bf25db83c310b3b5 /dev-python/immutables | |
parent | dev-python/libnacl: Fix on 32-bit arches (diff) | |
download | gentoo-38025b0203f4e966f98d063a1ce4aa488fdd1e4d.tar.gz gentoo-38025b0203f4e966f98d063a1ce4aa488fdd1e4d.tar.bz2 gentoo-38025b0203f4e966f98d063a1ce4aa488fdd1e4d.zip |
dev-python/immutables: Remove 32-bit arch keywords
Closes: https://bugs.gentoo.org/739578
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/immutables')
-rw-r--r-- | dev-python/immutables/immutables-0.14.ebuild | 2 | ||||
-rw-r--r-- | 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 63c3100bb943..28e15d484a35 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 240ba0445cf0..5f08b441b2da 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 |