diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:34:54 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:03 -0400 |
commit | 7990768d7e99adfc9af759b79430fd9a1ff8b72b (patch) | |
tree | bfbfbe52348043cf8ebae67ba07fed1dfd051ea2 /net-wireless/gnome-bluetooth | |
parent | net-voip/telepathy-salut: Add Python 3.11 compatibility (diff) | |
download | gentoo-7990768d7e99adfc9af759b79430fd9a1ff8b72b.tar.gz gentoo-7990768d7e99adfc9af759b79430fd9a1ff8b72b.tar.bz2 gentoo-7990768d7e99adfc9af759b79430fd9a1ff8b72b.zip |
net-wireless/gnome-bluetooth: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-3.34.5.ebuild | 2 |
1 files changed, 1 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 4555d8401f4d..9c4601c54641 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_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-any-r1 udev xdg DESCRIPTION="Bluetooth graphical utilities integrated with GNOME" |