diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 11:49:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-26 11:49:18 +0200 |
commit | 4c36ce5098ada9af1d35813e7a3e432ef4832398 (patch) | |
tree | 327a3497f6ce8fb6428f27a2c07c9320c23e231c /dev-python/boto3 | |
parent | net-misc/rsync: fix rrsync.1 man page handling (diff) | |
download | gentoo-4c36ce5098ada9af1d35813e7a3e432ef4832398.tar.gz gentoo-4c36ce5098ada9af1d35813e7a3e432ef4832398.tar.bz2 gentoo-4c36ce5098ada9af1d35813e7a3e432ef4832398.zip |
dev-python/boto3: Stabilize 1.26.8 ALLARCHES, #883087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.26.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.26.8.ebuild b/dev-python/boto3/boto3-1.26.8.ebuild index 6edcc751d54b..c93eb5e2d7c0 100644 --- a/dev-python/boto3/boto3-1.26.8.ebuild +++ b/dev-python/boto3/boto3-1.26.8.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-)" |