From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 177B0158092 for ; Fri, 17 Sep 2021 13:20:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606A9E077C; Fri, 17 Sep 2021 13:20:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45109E077C for ; Fri, 17 Sep 2021 13:20:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 477DA342D0A for ; Fri, 17 Sep 2021 13:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F8EE90 for ; Fri, 17 Sep 2021 13:20:13 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1631884792.6c7056e87cef2c0cff4633014a9bf386992ed750.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kernel-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 6c7056e87cef2c0cff4633014a9bf386992ed750 X-VCS-Branch: master Date: Fri, 17 Sep 2021 13:20:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de6d4c0d-aba4-4aa0-b746-8b0610924d64 X-Archives-Hash: de3aeb12b93475703e82ee43808ff192 commit: 6c7056e87cef2c0cff4633014a9bf386992ed750 Author: Alice Ferrazzi gentoo org> AuthorDate: Fri Sep 17 13:16:59 2021 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Fri Sep 17 13:19:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7056e8 kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7 Signed-off-by: Alice Ferrazzi gentoo.org> eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 983ba916931..adc1425bc2e 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