diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 21:02:38 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 21:09:35 +0200 |
commit | dd31b7d3282785f5c617e194549cb2fb5100f4f3 (patch) | |
tree | 4c89332bf9a46714cb23cd2294548afcc1c031aa /net-wireless | |
parent | net-voip/telepathy-salut: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-dd31b7d3282785f5c617e194549cb2fb5100f4f3.tar.gz gentoo-dd31b7d3282785f5c617e194549cb2fb5100f4f3.tar.bz2 gentoo-dd31b7d3282785f5c617e194549cb2fb5100f4f3.zip |
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>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |