Diff cdist-6.9.8 with a cdist-7.0.0

/usr/portage/app-admin/cdist/cdist-7.0.0.ebuild 2023-10-09 14:52:28.140368316 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7

  
8 8
DISTUTILS_USE_SETUPTOOLS=no
9 9

  
......
16 16

  
17 17
LICENSE="GPL-3+"
18 18
SLOT="0"
19
KEYWORDS="~amd64 ~x86"
20

  
21
PATCHES=( "${FILESDIR}"/test.patch )
19
KEYWORDS="~amd64 ~ppc64 ~x86"
22 20

  
23 21
distutils_enable_sphinx docs/src dev-python/sphinx-rtd-theme
24 22
distutils_enable_tests unittest
Thank you!