diff options
author | 2022-04-07 22:55:52 +0200 | |
---|---|---|
committer | 2022-04-07 22:57:37 +0200 | |
commit | f858127f19bcb35c59221fc9ee39d31b93dfbe24 (patch) | |
tree | 474242f8f929ccb56db6f198ada7a2b4b2b3cdc3 /dev-python/boto3 | |
parent | app-admin/awscli: Stabilize 1.22.77 ALLARCHES, #836886 (diff) | |
download | gentoo-f858127f19bcb35c59221fc9ee39d31b93dfbe24.tar.gz gentoo-f858127f19bcb35c59221fc9ee39d31b93dfbe24.tar.bz2 gentoo-f858127f19bcb35c59221fc9ee39d31b93dfbe24.zip |
dev-python/boto3: Stabilize 1.21.22 ALLARCHES, #836886
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.21.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.21.22.ebuild b/dev-python/boto3/boto3-1.21.22.ebuild index 6fcba460ab1d..be1f2d7a31fd 100644 --- a/dev-python/boto3/boto3-1.21.22.ebuild +++ b/dev-python/boto3/boto3-1.21.22.ebuild @@ -19,7 +19,7 @@ if [[ "${PV}" == "9999" ]]; then BOTOCORE_PV=${PV} else SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" # botocore is x.(y+3).z BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)" |