Diff docker-compose-1.29.2-r3 with a docker-compose-1.29.2-r4

/usr/portage/app-containers/docker-compose/docker-compose-1.29.2-r4.ebuild 2023-10-09 14:52:28.220368318 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
DISTUTILS_USE_PEP517=setuptools
6 7
PYTHON_COMPAT=( python3_{9..11} )
7 8

  
8 9
inherit bash-completion-r1 distutils-r1
......
14 15

  
15 16
LICENSE="Apache-2.0"
16 17
SLOT="0"
17
KEYWORDS="amd64 arm64"
18
KEYWORDS="~amd64 ~arm64"
18 19

  
19 20
RDEPEND="
20 21
	>=dev-python/distro-1.5.0[${PYTHON_USEDEP}]
......
59 60
}
60 61

  
61 62
python_test() {
62
	distutils_install_for_testing
63 63
	epytest tests/unit/
64 64
}
65 65

  
Thank you!