summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-06 22:22:04 +0000
committerSam James <sam@gentoo.org>2021-05-06 22:22:04 +0000
commitdedc7c98580722dc199e6e6e011406ce4750aeaa (patch)
tree3bb93014f2407128430cf3421f3d3920e3700bf4 /dev-python/boto3
parentdev-python/botocore: Stabilize 1.20.54 ALLARCHES, #788475 (diff)
downloadgentoo-dedc7c98580722dc199e6e6e011406ce4750aeaa.tar.gz
gentoo-dedc7c98580722dc199e6e6e011406ce4750aeaa.tar.bz2
gentoo-dedc7c98580722dc199e6e6e011406ce4750aeaa.zip
dev-python/boto3: Stabilize 1.17.54 ALLARCHES, #788475
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/boto3')
-rw-r--r--dev-python/boto3/boto3-1.17.54.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.17.54.ebuild b/dev-python/boto3/boto3-1.17.54.ebuild
index 74b9170a9119..2f9ae1e99fda 100644
--- a/dev-python/boto3/boto3-1.17.54.ebuild
+++ b/dev-python/boto3/boto3-1.17.54.ebuild
@@ -17,7 +17,7 @@ if [[ "${PV}" == "9999" ]]; then
BOTOCORE_PV=${PV}
else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"