diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 14:10:12 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 14:21:29 -0600 |
commit | 3f8d6616bc5064b2130504dc275f266ca2a91987 (patch) | |
tree | 604bf2d1156198d2250dfabb5eedd9874d9422bd /dev-python/boto3 | |
parent | dev-python/s3transfer: adding arm64 keyword for boto3 for kombu (diff) | |
download | gentoo-3f8d6616bc5064b2130504dc275f266ca2a91987.tar.gz gentoo-3f8d6616bc5064b2130504dc275f266ca2a91987.tar.bz2 gentoo-3f8d6616bc5064b2130504dc275f266ca2a91987.zip |
dev-python/boto3: keywording arm64 for kombu
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.5.6.ebuild | 4 | ||||
-rw-r--r-- | dev-python/boto3/boto3-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/boto3/boto3-1.5.6.ebuild b/dev-python/boto3/boto3-1.5.6.ebuild index 837af95fa1ea..26a90923fb50 100644 --- a/dev-python/boto3/boto3-1.5.6.ebuild +++ b/dev-python/boto3/boto3-1.5.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi RDEPEND=" diff --git a/dev-python/boto3/boto3-9999.ebuild b/dev-python/boto3/boto3-9999.ebuild index 837af95fa1ea..26a90923fb50 100644 --- a/dev-python/boto3/boto3-9999.ebuild +++ b/dev-python/boto3/boto3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" fi RDEPEND=" |