diff options
author | Sam James <sam@gentoo.org> | 2022-10-10 19:33:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-10 19:33:05 +0100 |
commit | cc40ca23ad9f41d3f0fb54bf83aa4c6e0b14a2e4 (patch) | |
tree | 129255742087280ec44cb7508cadadeb8b2d8132 /dev-python/boto3 | |
parent | dev-python/botocore: Stabilize 1.27.80 ALLARCHES, #876514 (diff) | |
download | gentoo-cc40ca23ad9f41d3f0fb54bf83aa4c6e0b14a2e4.tar.gz gentoo-cc40ca23ad9f41d3f0fb54bf83aa4c6e0b14a2e4.tar.bz2 gentoo-cc40ca23ad9f41d3f0fb54bf83aa4c6e0b14a2e4.zip |
dev-python/boto3: Stabilize 1.24.80 ALLARCHES, #876514
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.24.80.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.24.80.ebuild b/dev-python/boto3/boto3-1.24.80.ebuild index 6edcc751d54b..c93eb5e2d7c0 100644 --- a/dev-python/boto3/boto3-1.24.80.ebuild +++ b/dev-python/boto3/boto3-1.24.80.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-)" |