commit:     dd31b7d3282785f5c617e194549cb2fb5100f4f3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 19:02:38 2022 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May 20 19:09:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd31b7d3

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 <AT> gentoo.org>

 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild 
b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
index e6e7a267cbfa..5c69d585ef1a 100644
--- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
+++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
@@ -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 "

Reply via email to