commit: a57b9aa140081894d9cee5ece6d23e1b9e17191d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 22:05:13 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 22:05:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57b9aa1
dev-python/boto3: Stabilize 1.20.23 ALLARCHES, #831034
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/boto3/boto3-1.20.23.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/boto3/boto3-1.20.23.ebuild
b/dev-python/boto3/boto3-1.20.23.ebuild
index 9e72dd682a4c..17ec30c411f8 100644
--- a/dev-python/boto3/boto3-1.20.23.ebuild
+++ b/dev-python/boto3/boto3-1.20.23.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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 ~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-)"