Diff guake-3.8.5-r1 with a guake-3.9.0

/usr/portage/x11-terms/guake/guake-3.9.0.ebuild 2023-10-09 14:52:35.980368514 +0300
5 5

  
6 6
DISTUTILS_SINGLE_IMPL=1
7 7
DISTUTILS_USE_PEP517=setuptools
8
PYTHON_COMPAT=( python3_{9..10} )
9
inherit distutils-r1 gnome2-utils plocale virtualx xdg
8
PYTHON_COMPAT=( python3_{8..11} )
9
inherit distutils-r1 gnome2-utils optfeature plocale virtualx xdg
10 10

  
11 11
PLOCALES="ca cs de el es fa fi fr gl hr hu id it ja ko nb nl pa pl pt_BR ru sv tr uk zh_CN zh_TW"
12 12

  
......
17 17
LICENSE="GPL-2+"
18 18
SLOT="0"
19 19
KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
20
IUSE="utempter"
21 20

  
22 21
RDEPEND="
23 22
	$(python_gen_cond_dep '
24 23
		dev-python/dbus-python[${PYTHON_USEDEP}]
25 24
		dev-python/pycairo[${PYTHON_USEDEP}]
26
		dev-python/pygobject:3[${PYTHON_USEDEP}]')
25
		dev-python/pygobject:3[${PYTHON_USEDEP}]
26
		dev-python/pyyaml[${PYTHON_USEDEP}]')
27 27
	dev-libs/keybinder:3[introspection]
28 28
	x11-libs/libnotify[introspection]
29 29
	x11-libs/libwnck:3[introspection]
30
	x11-libs/vte:2.91[introspection]
31
	utempter? ( sys-libs/libutempter )"
30
	x11-libs/vte:2.91[introspection]"
32 31
BDEPEND="
33 32
	$(python_gen_cond_dep '
34 33
		dev-python/setuptools-scm[${PYTHON_USEDEP}]
......
78 77
pkg_postinst() {
79 78
	xdg_pkg_postinst
80 79
	gnome2_schemas_update
80

  
81
	optfeature "utmp management support" sys-libs/libutempter
81 82
}
82 83

  
83 84
pkg_postrm() {
Thank you!