summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-05-20 20:57:54 +0200
committerPacho Ramos <pacho@gentoo.org>2022-05-20 21:09:35 +0200
commit81a9fd51a3e6aeae42f0ba07e88f53167a3c3825 (patch)
tree7f9191ce3f033b35d62e7dea632e13218392117a
parentnet-voip/telepathy-rakia: enable py3.10 and disable py3.7 (diff)
downloadgentoo-81a9fd51.tar.gz
gentoo-81a9fd51.tar.bz2
gentoo-81a9fd51.zip
net-voip/telepathy-salut: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/846179 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--net-voip/telepathy-salut/telepathy-salut-0.8.1-r5.ebuild4
1 files changed, 2 insertions, 2 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 465a3f4426fb..3c3c4b35aee3 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1
DESCRIPTION="A link-local XMPP connection manager for Telepathy"