diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:34:07 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:02 -0400 |
commit | 7baa9f7a87843b4f987eb7f8f3facd2b373a492e (patch) | |
tree | d80bb0228c9093ecece07ec0892a11003d595f54 /net-voip | |
parent | net-libs/telepathy-glib: Add Python 3.11 compatibility (diff) | |
download | gentoo-7baa9f7a87843b4f987eb7f8f3facd2b373a492e.tar.gz gentoo-7baa9f7a87843b4f987eb7f8f3facd2b373a492e.tar.bz2 gentoo-7baa9f7a87843b4f987eb7f8f3facd2b373a492e.zip |
net-voip/telepathy-gabble: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild index 7fc061bb5be7..fac937ff9bda 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # Python is used during build for some scripted source files generation (and twisted tests) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 python-any-r1 |