Diff gnome-bluetooth-47.1 with a gnome-bluetooth-47.2

/usr/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-47.2.ebuild 2026-06-10 19:17:07.226991235 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{11..13} )
5
PYTHON_COMPAT=( python3_{11..14} )
6 6
inherit gnome.org gnome2-utils meson python-any-r1 xdg
7 7

  
8 8
DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
......
10 10

  
11 11
LICENSE="GPL-2+ LGPL-2.1+ FDL-1.1+"
12 12
SLOT="3/13" # subslot = libgnome-bluetooth-3 soname version
13
KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86"
14
IUSE="gtk-doc +introspection sendto test"
13
KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86"
14
IUSE="gtk-doc +introspection test"
15 15
RESTRICT="!test? ( test )"
16 16

  
17 17
DEPEND="
......
28 28
	acct-group/plugdev
29 29
	virtual/udev
30 30
	>=net-wireless/bluez-5
31
	sendto? ( !net-wireless/gnome-bluetooth:2 )
32 31
"
33 32
BDEPEND="
34 33
	${PYTHON_DEPS}
......
59 58

  
60 59
src_configure() {
61 60
	local emesonargs=(
62
		$(meson_use sendto)
61
		-Dsendto=true
63 62
		$(meson_use gtk-doc gtk_doc)
64 63
		$(meson_use introspection)
65 64
	)
Thank you!