diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 12:31:31 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 12:35:03 +0200 |
commit | c67fcbb3176e896d94e08d245fe36bf82e8713aa (patch) | |
tree | 743c7fa5f99a91f4f1e4772697d7973297762b40 /dev-python/msgpack | |
parent | dev-python/msgpack: add ~ppc keyword (bug 612802). (diff) | |
download | gentoo-c67fcbb3176e896d94e08d245fe36bf82e8713aa.tar.gz gentoo-c67fcbb3176e896d94e08d245fe36bf82e8713aa.tar.bz2 gentoo-c67fcbb3176e896d94e08d245fe36bf82e8713aa.zip |
dev-python/msgpack: restore ~arm64 keyword.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r-- | dev-python/msgpack/msgpack-0.4.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-0.4.7.ebuild b/dev-python/msgpack/msgpack-0.4.7.ebuild index ef79a89294ef..bd441e0426fa 100644 --- a/dev-python/msgpack/msgpack-0.4.7.ebuild +++ b/dev-python/msgpack/msgpack-0.4.7.ebuild @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" DEPEND=" |