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-irc/telepathy-idle/
Date: Sat, 29 Oct 2022 17:44:36
Message-Id: 1667065442.c518ebefeebb7039ffc40ec1355cab554343f1c3.mattst88@gentoo
1 commit: c518ebefeebb7039ffc40ec1355cab554343f1c3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 17:32:40 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=c518ebef
7
8 net-irc/telepathy-idle: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild
16 index 97a13adf6583..171075a08680 100644
17 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild
18 +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.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=7
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 inherit python-single-r1
29
30 DESCRIPTION="Full-featured IRC connection manager for Telepathy"