Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnome-bluetooth/
Date: Fri, 20 May 2022 19:16:20
Message-Id: 1653073775.dd31b7d3282785f5c617e194549cb2fb5100f4f3.pacho@gentoo
1 commit: dd31b7d3282785f5c617e194549cb2fb5100f4f3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 19:02:38 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 19:09:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd31b7d3
7
8 net-wireless/gnome-bluetooth: enable py3.10 and disable py3.7
9
10 And call udev_reload
11
12 Closes: https://bugs.gentoo.org/846188
13 Closes: https://bugs.gentoo.org/846572
14 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
15
16 net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
20 index e6e7a267cbfa..5c69d585ef1a 100644
21 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
22 +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
30
31 DESCRIPTION="Bluetooth graphical utilities integrated with GNOME"
32 @@ -71,6 +71,7 @@ src_install() {
33 }
34
35 pkg_postinst() {
36 + udev_reload
37 xdg_pkg_postinst
38 if ! has_version 'sys-apps/systemd[acl]' ; then
39 elog "Don't forget to add yourself to the plugdev group "