net-wireless/gnome-bluetooth: enable py3.10 and disable py3.7

And call udev_reload

Closes: https://bugs.gentoo.org/846188
Closes: https://bugs.gentoo.org/846572
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos 2022-05-20 21:02:38 +02:00
parent 81a9fd51a3
commit dd31b7d328
No known key found for this signature in database
GPG Key ID: 7CB10C207FC07DBC
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
@ -71,6 +71,7 @@ src_install() {
}
pkg_postinst() {
udev_reload
xdg_pkg_postinst
if ! has_version 'sys-apps/systemd[acl]' ; then
elog "Don't forget to add yourself to the plugdev group "