Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-salut/
Date: Fri, 20 May 2022 19:16:20
Message-Id: 1653073775.81a9fd51a3e6aeae42f0ba07e88f53167a3c3825.pacho@gentoo
1 commit: 81a9fd51a3e6aeae42f0ba07e88f53167a3c3825
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 18:57:54 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 19:09:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a9fd51
7
8 net-voip/telepathy-salut: enable py3.10 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/846179
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 465a3f4426fb..3c3c4b35aee3 100644
18 --- a/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild
19 +++ b/net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 inherit python-any-r1
30
31 DESCRIPTION="A link-local XMPP connection manager for Telepathy"