Diff docker-compose-1.29.2-r1 with a docker-compose-1.29.2-r2

/usr/portage/app-containers/docker-compose/docker-compose-1.29.2-r2.ebuild 2023-10-09 14:52:28.220368318 +0300
1 1
# Copyright 2018-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 6
PYTHON_COMPAT=( python3_{9..10} )
7 7

  
......
14 14

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

  
19 19
RDEPEND="
20 20
	>=dev-python/distro-1.5.0[${PYTHON_USEDEP}]
......
45 45
	# Bug #679968 -- https://bugs.gentoo.org/679968
46 46
	# Bug #681002 -- https://bugs.gentoo.org/681002
47 47
	"${FILESDIR}"/${PN}-1.29.0-setup-py.patch
48
	"${FILESDIR}"/${P}-tests-unit-cli-test-py.patch
48 49
)
49 50

  
50 51
DOCS=( CHANGELOG.md README.md )
Thank you!