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: eclass/
Date: Tue, 04 May 2021 15:40:49
Message-Id: 1620142791.4ad70961aa2a2a62acbce47c99e7555aba7fea02.mgorny@gentoo
1 commit: 4ad70961aa2a2a62acbce47c99e7555aba7fea02
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 15:39:51 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 15:39:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad70961
7
8 python-utils-r1.eclass: Add py3.10 to patterns
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/python-utils-r1.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
16 index 6632273a0f8..60526b1f6b1 100644
17 --- a/eclass/python-utils-r1.eclass
18 +++ b/eclass/python-utils-r1.eclass
19 @@ -125,7 +125,7 @@ _python_set_impls() {
20 # please keep them in sync with _PYTHON_ALL_IMPLS
21 # and _PYTHON_HISTORICAL_IMPLS
22 case ${i} in
23 - jython2_7|pypy|pypy1_[89]|pypy2_0|pypy3|python2_[5-7]|python3_[1-9])
24 + jython2_7|pypy|pypy1_[89]|pypy2_0|pypy3|python2_[5-7]|python3_[1-9]|python3_10)
25 ;;
26 *)
27 if has "${i}" "${_PYTHON_ALL_IMPLS[@]}" \