Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/
Date: Sat, 29 Oct 2022 17:44:36
Message-Id: 1667065442.1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6.mattst88@gentoo
1 commit: 1f5294c05cc6ef884cdb19ac39b5f3af14af4fc6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:34:30 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 17:44:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5294c0
7
8 net-voip/telepathy-salut: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 3c3c4b35aee3..a2682a79550d 100644
17 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild
18 +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit python-any-r1
26
27 DESCRIPTION="A link-local XMPP connection manager for Telepathy"