Diff picom-12.3 with a picom-9999

/usr/portage/x11-misc/picom/picom-9999.ebuild 2024-12-25 14:59:53.507270201 +0300
4 4
EAPI=8
5 5

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

  
9 9
DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)"
10 10
HOMEPAGE="https://github.com/yshui/picom"
11
SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11
EGIT_REPO_URI="https://github.com/yshui/picom.git"
12 12

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

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