Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Wed, 02 Feb 2022 00:53:34
Message-Id: 1643763205.39cccd906b4dac3edeb56c260af6ef7dbec8b48e.candrews@gentoo
1 commit: 39cccd906b4dac3edeb56c260af6ef7dbec8b48e
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 00:52:57 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 00:53:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cccd90
7
8 net-misc/nyx: Python 3.10 compatibility
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-misc/nyx/nyx-2.1.0-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
17 index 0a2d0a5d251e..088026eef0ba 100644
18 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
19 +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..9} pypy3 )
25 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
26 PYTHON_REQ_USE='ncurses,sqlite(-)'
27
28 inherit distutils-r1