diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 07:18:56 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-23 07:19:52 +0200 |
commit | 83eb527a8494df6906b384d10c0e50483c6b2d77 (patch) | |
tree | 2c38c7fe1729bead8a503d0bb93095d12aa4d02a /dev-python/boto | |
parent | dev-python/couchdb-python: keyword ~arm64 (diff) | |
download | gentoo-83eb527a8494df6906b384d10c0e50483c6b2d77.tar.gz gentoo-83eb527a8494df6906b384d10c0e50483c6b2d77.tar.bz2 gentoo-83eb527a8494df6906b384d10c0e50483c6b2d77.zip |
dev-python/boto: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/boto')
-rw-r--r-- | dev-python/boto/boto-2.42.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto/boto-2.42.0.ebuild b/dev-python/boto/boto-2.42.0.ebuild index 65440818433f..95e096af80a7 100644 --- a/dev-python/boto/boto-2.42.0.ebuild +++ b/dev-python/boto/boto-2.42.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" REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" |