diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:34:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:02 -0400 |
commit | 1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6 (patch) | |
tree | 448313128546c7b7618ce23fc52f6310b219611d /net-voip | |
parent | net-voip/telepathy-rakia: Add Python 3.11 compatibility (diff) | |
download | gentoo-1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6.tar.gz gentoo-1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6.tar.bz2 gentoo-1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6.zip |
net-voip/telepathy-salut: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild index 3c3c4b35aee3..a2682a79550d 100644 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-any-r1 DESCRIPTION="A link-local XMPP connection manager for Telepathy" |