Gentoo Archives: gentoo-commits

From: Alice Ferrazzi <alicef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 17 Sep 2021 13:20:17
Message-Id: 1631884792.6c7056e87cef2c0cff4633014a9bf386992ed750.alicef@gentoo
1 commit: 6c7056e87cef2c0cff4633014a9bf386992ed750
2 Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 17 13:16:59 2021 +0000
4 Commit: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 17 13:19:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7056e8
7
8 kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7
9
10 Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>
11
12 eclass/kernel-2.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
16 index 983ba916931..adc1425bc2e 100644
17 --- a/eclass/kernel-2.eclass
18 +++ b/eclass/kernel-2.eclass
19 @@ -599,7 +599,7 @@ if [[ ${ETYPE} == sources ]]; then
20 K_DEBLOB_AVAILABLE=0
21 fi
22 if [[ ${K_DEBLOB_AVAILABLE} == 1 ]]; then
23 - PYTHON_COMPAT=( python3_{7..10} )
24 + PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit python-any-r1