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-gabble/
Date: Sat, 29 Oct 2022 17:44:37
Message-Id: 1667065442.7baa9f7a87843b4f987eb7f8f3facd2b373a492e.mattst88@gentoo
1 commit: 7baa9f7a87843b4f987eb7f8f3facd2b373a492e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:34:07 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=7baa9f7a
7
8 net-voip/telepathy-gabble: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index 7fc061bb5be7..fac937ff9bda 100644
17 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
18 +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.18.4-r4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 # Python is used during build for some scripted source files generation (and twisted tests)
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28
29 inherit gnome2 python-any-r1