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-rakia/
Date: Fri, 20 May 2022 19:16:18
Message-Id: 1653073774.c210b695e6e6f99b91698b896349af14256f913f.pacho@gentoo
1 commit: c210b695e6e6f99b91698b896349af14256f913f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 18:55:03 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 19:09:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c210b695
7
8 net-voip/telepathy-rakia: enable py3.10 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/846176
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 6d2cbea18511..ecf0d18a62b1 100644
18 --- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
19 +++ b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 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
30 inherit python-any-r1