summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-13 22:53:02 +0000
committerSam James <sam@gentoo.org>2021-12-13 22:53:02 +0000
commite8da8c5c84c92e4bd3ff25bb02c796bc034bb565 (patch)
tree7cd338603f78e906cfdeb1ef7593f4e47b57ba52 /dev-python
parentsys-kernel/gentoo-kernel: Stabilize 5.4.164 ppc64, #829122 (diff)
downloadgentoo-e8da8c5c84c92e4bd3ff25bb02c796bc034bb565.tar.gz
gentoo-e8da8c5c84c92e4bd3ff25bb02c796bc034bb565.tar.bz2
gentoo-e8da8c5c84c92e4bd3ff25bb02c796bc034bb565.zip
dev-python/boto3: Stabilize 1.20.5 ALLARCHES, #829109
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/boto3/boto3-1.20.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/boto3/boto3-1.20.5.ebuild b/dev-python/boto3/boto3-1.20.5.ebuild
index a4f6b1d0f3c2..9e6f48fcce61 100644
--- a/dev-python/boto3/boto3-1.20.5.ebuild
+++ b/dev-python/boto3/boto3-1.20.5.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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"