diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-19 10:13:36 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-19 10:13:36 +0200 |
commit | 73c14b3312c542739ac4acd70b6142068ba8ffe0 (patch) | |
tree | b01e44f716a520289ca5273391970f29f29b38dc /dev-python/boto3 | |
parent | dev-db/percona-xtrabackup: amd64 stable wrt bug #813858 (diff) | |
download | gentoo-73c14b3312c542739ac4acd70b6142068ba8ffe0.tar.gz gentoo-73c14b3312c542739ac4acd70b6142068ba8ffe0.tar.bz2 gentoo-73c14b3312c542739ac4acd70b6142068ba8ffe0.zip |
dev-python/boto3: amd64/arm64/arm/ppc64/ppc/sparc/x86 stable (ALLARCHES policy) wrt bug #852872
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r-- | dev-python/boto3/boto3-1.24.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.24.7.ebuild b/dev-python/boto3/boto3-1.24.7.ebuild index 6edcc751d54b..c93eb5e2d7c0 100644 --- a/dev-python/boto3/boto3-1.24.7.ebuild +++ b/dev-python/boto3/boto3-1.24.7.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-)" |