Diff s3cmd-2.2.0 with a s3cmd-2.3.0

/usr/portage/net-misc/s3cmd/s3cmd-2.3.0.ebuild 2023-10-09 14:52:34.680368481 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_10 )
6
PYTHON_COMPAT=( python3_{10..11} )
7 7
PYTHON_REQ_USE="xml(+)"
8 8

  
9 9
inherit distutils-r1
......
15 15

  
16 16
LICENSE="GPL-2"
17 17
SLOT="0"
18
KEYWORDS="amd64 ~ia64 x86 ~amd64-linux ~x64-macos"
18
KEYWORDS="amd64 ~ia64 ~loong x86 ~amd64-linux ~x64-macos"
19 19

  
20 20
RDEPEND="
21 21
	|| (
Thank you!