Diff picom-9.1 with a picom-10.1

/usr/portage/x11-misc/picom/picom-10.1.ebuild 2023-10-09 14:52:35.944368513 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{9..10} )
6
PYTHON_COMPAT=( python3_{9..11} )
7 7
inherit meson python-any-r1 virtualx xdg
8 8

  
9 9
DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)"
......
12 12

  
13 13
LICENSE="MPL-2.0 MIT"
14 14
SLOT="0"
15
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
15
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
16 16
IUSE="+config-file dbus +doc +drm opengl pcre test"
17 17

  
18 18
REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!"
Thank you!