Diff picom-10.1 with a picom-10.2

/usr/portage/x11-misc/picom/picom-10.2.ebuild 2023-10-09 14:52:35.944368513 +0300
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!