Diff gnome-calculator-44.0 with a gnome-calculator-45.0.2

/usr/portage/gnome-extra/gnome-calculator/gnome-calculator-45.0.2.ebuild 2023-10-09 14:52:31.156368392 +0300
11 11
LICENSE="GPL-3+"
12 12
SLOT="0"
13 13
IUSE="+introspection test"
14
KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
15 15

  
16 16
# gtksourceview vapi definitions in dev-lang/vala itself are too old, and newer vala removes them
17 17
# altogether, thus we need them installed by gtksourceview[vala]
......
19 19
	>=dev-libs/glib-2.40.0:2
20 20
	dev-libs/libxml2:2
21 21
	net-libs/libsoup:3.0
22
	>=dev-libs/libgee-0.20.0:0.8
22
	>=dev-libs/libgee-0.20.0:0.8=
23 23
	dev-libs/mpc:=
24 24
	dev-libs/mpfr:0=
25 25
	>=gui-libs/gtk-4.4.1:4
26
	>=gui-libs/libadwaita-1.2.0:1
26
	>=gui-libs/libadwaita-1.4_alpha:1
27 27
	>=gui-libs/gtksourceview-5.3.0:5
28 28
	introspection? ( >=dev-libs/gobject-introspection-1.58:= )
29 29
"
......
42 42
src_prepare() {
43 43
	default
44 44
	vala_setup
45
	xdg_environment_reset
45 46
}
46 47

  
47 48
src_configure() {
......
59 60
}
60 61

  
61 62
src_test() {
62
	virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
63
	XDG_SESSION_TYPE=x11 virtx dbus-run-session meson test -C "${BUILD_DIR}" || die 'tests failed'
63 64
}
64 65

  
65 66
pkg_postinst() {
Thank you!