summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-12-21 20:20:48 +0000
committerSam James <sam@gentoo.org>2020-12-21 20:21:41 +0000
commit7c46b4d26bcbd9f0a37e352abc8b57b82d635136 (patch)
tree12253b6e5b2eb146c0c2212d8e8c8a3bc0833e7b /dev-python
parentsys-cluster/ceph-15.2.8: Version bump (diff)
downloadgentoo-7c46b4d26bcbd9f0a37e352abc8b57b82d635136.tar.gz
gentoo-7c46b4d26bcbd9f0a37e352abc8b57b82d635136.tar.bz2
gentoo-7c46b4d26bcbd9f0a37e352abc8b57b82d635136.zip
dev-python/boto3: Stabilize 1.16.23 ALLARCHES, #761139
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/boto3/boto3-1.16.23.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.16.23.ebuild b/dev-python/boto3/boto3-1.16.23.ebuild
index ccc99e1c2415..c6eddaafb507 100644
--- a/dev-python/boto3/boto3-1.16.23.ebuild
+++ b/dev-python/boto3/boto3-1.16.23.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-)"