Diff cloud-init-22.2.2 with a cloud-init-22.4

/usr/portage/app-emulation/cloud-init/cloud-init-22.4.ebuild 2023-10-09 14:52:28.720368331 +0300
6 6
# Disabled for now: bug #850628
7 7
# https://bugs.launchpad.net/cloud-init/+bug/1978328
8 8
#DISTUTILS_USE_PEP517=setuptools
9
PYTHON_COMPAT=( python3_10 )
9
PYTHON_COMPAT=( python3_10 python3_11 )
10 10

  
11 11
inherit distutils-r1 udev
12 12

  
Thank you!