diff options
author | 2020-06-04 08:33:42 +0200 | |
---|---|---|
committer | 2020-06-04 08:35:44 +0200 | |
commit | ced080dec32bd826bbc48ffad50915a78e6830d8 (patch) | |
tree | 633c4a577129c66761b2f6f31d85f94fdd07628e /dev-python/immutables | |
parent | dev-python/contextvars: x86 stable wrt bug #726530 (diff) | |
download | gentoo-ced080dec32bd826bbc48ffad50915a78e6830d8.tar.gz gentoo-ced080dec32bd826bbc48ffad50915a78e6830d8.tar.bz2 gentoo-ced080dec32bd826bbc48ffad50915a78e6830d8.zip |
dev-python/immutables: x86 stable wrt bug #726530
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/immutables')
-rw-r--r-- | dev-python/immutables/immutables-0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/immutables/immutables-0.11.ebuild b/dev-python/immutables/immutables-0.11.ebuild index fd87f966869f..17e029c35a1d 100644 --- a/dev-python/immutables/immutables-0.11.ebuild +++ b/dev-python/immutables/immutables-0.11.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 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" distutils_enable_tests pytest |