Diff geoclue-2.7.0 with a geoclue-2.7.1

/usr/portage/app-misc/geoclue/geoclue-2.7.1.ebuild 2023-10-09 14:52:28.800368333 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{9..11} )
5
PYTHON_COMPAT=( python3_{10..11} )
6 6
PYTHON_REQ_USE="xml(+)"
7 7

  
8 8
inherit meson python-any-r1 systemd vala xdg
......
13 13

  
14 14
LICENSE="LGPL-2.1+ GPL-2+"
15 15
SLOT="2.0"
16
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
16
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
17 17
IUSE="+introspection gtk-doc modemmanager vala zeroconf"
18 18
REQUIRED_USE="vala? ( introspection )"
19 19

  
20 20
DEPEND="
21
	>=dev-libs/glib-2.44:2
21
	>=dev-libs/glib-2.68:2
22 22
	>=dev-libs/json-glib-0.14.0
23 23
	>=net-libs/libsoup-3.0.0:3.0
24 24
	introspection? ( >=dev-libs/gobject-introspection-1.54:= )
Thank you!