diff options
author | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 20:55:03 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2022-05-20 21:09:34 +0200 |
commit | c210b695e6e6f99b91698b896349af14256f913f (patch) | |
tree | abb4085b5f95fb986dbac35e248fae9573faf0e1 /net-voip/telepathy-rakia | |
parent | net-im/empathy: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-c210b695e6e6f99b91698b896349af14256f913f.tar.gz gentoo-c210b695e6e6f99b91698b896349af14256f913f.tar.bz2 gentoo-c210b695e6e6f99b91698b896349af14256f913f.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>
Diffstat (limited to 'net-voip/telepathy-rakia')
-rw-r--r-- | net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild | 4 |
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 |