diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-05-27 20:33:49 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-05-27 20:34:54 +0200 |
commit | a44ff16284cf4e4449cdb5683a5aa718e1f14c64 (patch) | |
tree | 73c0782aa379a659c2705462770a30c2af46a50c /dev-python/msgpack | |
parent | dev-python/3to2: Port to EAPI 7 and add py3.7 (diff) | |
download | gentoo-a44ff16284cf4e4449cdb5683a5aa718e1f14c64.tar.gz gentoo-a44ff16284cf4e4449cdb5683a5aa718e1f14c64.tar.bz2 gentoo-a44ff16284cf4e4449cdb5683a5aa718e1f14c64.zip |
dev-python/msgpack: stabilize 0.5.6 for x86
x86 done by Whissi on bug 686626.
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/msgpack-0.5.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild index 24376918a280..9f7a775db5d0 100644 --- a/dev-python/msgpack/msgpack-0.5.6.ebuild +++ b/dev-python/msgpack/msgpack-0.5.6.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86" IUSE="+native-extensions test" DEPEND=" |