diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-12 15:19:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-12 15:20:29 +0200 |
commit | 94c78ba76bf70dd58e7ae7d3d72b8d9ba0b59dcd (patch) | |
tree | a333e9b0bac73e87d0aaa442ade66b6700fc71da /dev-python/immutables | |
parent | dev-python/immutables: Remove 32-bit arch keywords (diff) | |
download | gentoo-94c78ba76bf70dd58e7ae7d3d72b8d9ba0b59dcd.tar.gz gentoo-94c78ba76bf70dd58e7ae7d3d72b8d9ba0b59dcd.tar.bz2 gentoo-94c78ba76bf70dd58e7ae7d3d72b8d9ba0b59dcd.zip |
dev-python/immutables: Drop to ~arch
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 28e15d484a35..78adaf861b83 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 arm64 ~ppc64" +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 5f08b441b2da..19eb7a167364 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 arm64 ~ppc64" +KEYWORDS="~amd64 ~arm64 ~ppc64" distutils_enable_tests pytest |