diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-10 13:45:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-10 13:45:45 +0200 |
commit | 88fe19736f1fbef51dd2faf44748b0f21e8157a7 (patch) | |
tree | f4dfc74dd8acd26ecc3fa0fdcf352bdb6ea81d22 /dev-python | |
parent | app-admin/awscli: Stabilize 1.30.6 ALLARCHES, #919514 (diff) | |
download | gentoo-88fe19736f1fbef51dd2faf44748b0f21e8157a7.tar.gz gentoo-88fe19736f1fbef51dd2faf44748b0f21e8157a7.tar.bz2 gentoo-88fe19736f1fbef51dd2faf44748b0f21e8157a7.zip |
dev-python/boto3: Stabilize 1.29.6 ALLARCHES, #919514
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/boto3/boto3-1.29.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.29.6.ebuild b/dev-python/boto3/boto3-1.29.6.ebuild index 0604e0996a82..11e8804b494b 100644 --- a/dev-python/boto3/boto3-1.29.6.ebuild +++ b/dev-python/boto3/boto3-1.29.6.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-)" |