diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-28 01:13:52 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-02-28 01:13:52 -0600 |
commit | e9dbd7aca0fa75eae4b28653aaa2ab4d4492d8ea (patch) | |
tree | a622aa70acb8ee225971652e1281d64aa6534921 /dev-python/boto | |
parent | dev-python/python-memcached: keywording arm64 (diff) | |
download | gentoo-e9dbd7aca0fa75eae4b28653aaa2ab4d4492d8ea.tar.gz gentoo-e9dbd7aca0fa75eae4b28653aaa2ab4d4492d8ea.tar.bz2 gentoo-e9dbd7aca0fa75eae4b28653aaa2ab4d4492d8ea.zip |
dev-python/boto: keywording arm64
merged on X-C1
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/boto-2.38.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto/boto-2.38.0.ebuild b/dev-python/boto/boto-2.38.0.ebuild index 5be2ca900074..6f63003cdf9b 100644 --- a/dev-python/boto/boto-2.38.0.ebuild +++ b/dev-python/boto/boto-2.38.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" DEPEND=" |