diff options
author | Sam James <sam@gentoo.org> | 2022-11-15 08:46:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-15 08:46:05 +0000 |
commit | c864d522a3cc48b31f594466ec382ce5dd5503e0 (patch) | |
tree | 36382236ba023d52c44c61abd338b4363e26cb12 /dev-python/boto3 | |
parent | sys-cluster/rdma-core: Stabilize 42.0-r1 x86, #881361 (diff) | |
download | gentoo-c864d522a3cc48b31f594466ec382ce5dd5503e0.tar.gz gentoo-c864d522a3cc48b31f594466ec382ce5dd5503e0.tar.bz2 gentoo-c864d522a3cc48b31f594466ec382ce5dd5503e0.zip |
dev-python/boto3: Stabilize 1.25.5 ALLARCHES, #881365
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.25.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.25.5.ebuild b/dev-python/boto3/boto3-1.25.5.ebuild index 6edcc751d54b..c93eb5e2d7c0 100644 --- a/dev-python/boto3/boto3-1.25.5.ebuild +++ b/dev-python/boto3/boto3-1.25.5.ebuild @@ -25,7 +25,7 @@ else https://github.com/boto/boto3/archive/${PV}.tar.gz -> ${P}.gh.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-)" |