Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/
Date: Tue, 21 Dec 2021 03:51:43
Message-Id: 1640058693.f96b05cb1c2a663683856c6b2d606452ffad1208.gyakovlev@gentoo
1 commit: f96b05cb1c2a663683856c6b2d606452ffad1208
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 03:51:20 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 03:51:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96b05cb
7
8 sys-process/glances: enable py3.10
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-process/glances/glances-3.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/glances/glances-3.2.2.ebuild b/sys-process/glances/glances-3.2.2.ebuild
16 index 49a7f414d3ae..9e5f97893ecb 100644
17 --- a/sys-process/glances/glances-3.2.2.ebuild
18 +++ b/sys-process/glances/glances-3.2.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
24 +PYTHON_COMPAT=( pypy3 python3_{7..10} )
25 PYTHON_REQ_USE="ncurses"
26
27 inherit distutils-r1 linux-info optfeature