summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2021-09-17 22:16:59 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2021-09-17 22:19:52 +0900
commit6c7056e87cef2c0cff4633014a9bf386992ed750 (patch)
tree89c9eaf3041d51952e655785df3caf84f376bb16 /eclass
parentdev-util/glib-utils: bump to 2.70.0 (diff)
downloadgentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.tar.gz
gentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.tar.bz2
gentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.zip
kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 983ba916931d..adc1425bc2e2 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -599,7 +599,7 @@ if [[ ${ETYPE} == sources ]]; then
K_DEBLOB_AVAILABLE=0
fi
if [[ ${K_DEBLOB_AVAILABLE} == 1 ]]; then
- PYTHON_COMPAT=( python3_{7..10} )
+ PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1