diff options
author | 2022-06-22 08:58:05 +0200 | |
---|---|---|
committer | 2022-06-22 08:58:05 +0200 | |
commit | f2f1caede6869a710d39f44973b11c293ef329d9 (patch) | |
tree | a15abb59d97cc39d937f540954859d1cd6ff9432 /dev-python/msgpack | |
parent | dev-python/netaddr: x86 stable wrt bug #853481 (diff) | |
download | gentoo-f2f1caede6869a710d39f44973b11c293ef329d9.tar.gz gentoo-f2f1caede6869a710d39f44973b11c293ef329d9.tar.bz2 gentoo-f2f1caede6869a710d39f44973b11c293ef329d9.zip |
dev-python/msgpack: x86 stable wrt bug #853484
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/msgpack-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-1.0.4.ebuild b/dev-python/msgpack/msgpack-1.0.4.ebuild index fb0a65eaeb2e..59340fd3ddfd 100644 --- a/dev-python/msgpack/msgpack-1.0.4.ebuild +++ b/dev-python/msgpack/msgpack-1.0.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 ~riscv x86 ~x64-macos" IUSE="+native-extensions" # extension code is relying on CPython implementation details |