commit: 7bdc30e46565324e0a66b22047434f08eb5492b1
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 09:53:04 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu May 5 09:53:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdc30e4
dev-python/boto3: Stabilize 1.22.4 ALLARCHES, #842672
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/boto3/boto3-1.22.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/boto3/boto3-1.22.4.ebuild
b/dev-python/boto3/boto3-1.22.4.ebuild
index 23a4a6fecbae..d7c7cdc0e1fc 100644
--- a/dev-python/boto3/boto3-1.22.4.ebuild
+++ b/dev-python/boto3/boto3-1.22.4.ebuild
@@ -22,7 +22,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 ~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-)"