summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2022-05-20 20:55:03 +0200
committerPacho Ramos <pacho@gentoo.org>2022-05-20 21:09:34 +0200
commitc210b695e6e6f99b91698b896349af14256f913f (patch)
treeabb4085b5f95fb986dbac35e248fae9573faf0e1
parentnet-im/empathy: enable py3.10 and disable py3.7 (diff)
downloadgentoo-c210b695.tar.gz
gentoo-c210b695.tar.bz2
gentoo-c210b695.zip
net-voip/telepathy-rakia: enable py3.10 and disable py3.7
Closes: https://bugs.gentoo.org/846176 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r--net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
index 6d2cbea18511..ecf0d18a62b1 100644
--- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
+++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 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