Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/2ping/
Date: Tue, 25 May 2021 16:05:11
Message-Id: 1621958691.9cae73d612e589588bfcebae402b95ace3cb3281.mgorny@gentoo
1 commit: 9cae73d612e589588bfcebae402b95ace3cb3281
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 25 08:47:33 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:04:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cae73d6
7
8 net-analyzer/2ping: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-analyzer/2ping/2ping-4.5.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-analyzer/2ping/2ping-4.5.1.ebuild b/net-analyzer/2ping/2ping-4.5.1.ebuild
17 index cf86e0c1d81..0c1b00c80e0 100644
18 --- a/net-analyzer/2ping/2ping-4.5.1.ebuild
19 +++ b/net-analyzer/2ping/2ping-4.5.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI="7"
23
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{7..10} )
26
27 inherit distutils-r1