Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/
Date: Thu, 09 Sep 2021 14:12:05
Message-Id: 1631196624.75d392bfb960dc3decc3292168a3a6503acb3110.andrewammerlaan@gentoo
1 commit: 75d392bfb960dc3decc3292168a3a6503acb3110
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 14:10:24 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 14:10:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d392bf
7
8 dev-python/pylint: enable py3.10
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/pylint/pylint-2.10.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pylint/pylint-2.10.2.ebuild b/dev-python/pylint/pylint-2.10.2.ebuild
17 index 03feaf6cf04..a2a3afb3474 100644
18 --- a/dev-python/pylint/pylint-2.10.2.ebuild
19 +++ b/dev-python/pylint/pylint-2.10.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26 PYTHON_REQ_USE="threads(+)"
27
28 inherit distutils-r1