commit: 2fb1cd9cf336562a1f37ab0488dafc4f439b93a6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 10 17:40:57 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 17:45:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb1cd9c
dev-python/immutables: Add ~x86 keyword Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/immutables/immutables-0.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/immutables/immutables-0.15.ebuild b/dev-python/immutables/immutables-0.15.ebuild index a64dedc2b19..699dea822c0 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 ~x86" distutils_enable_tests pytest
