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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C38EC158041 for ; Sat, 13 Apr 2024 17:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B19E29EF; Sat, 13 Apr 2024 17:07:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8AA7E29EF for ; Sat, 13 Apr 2024 17:07:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB76F34324D for ; Sat, 13 Apr 2024 17:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 437A9AB7 for ; Sat, 13 Apr 2024 17:07:24 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1713028021.230bf9fbbba080030da1f6f5f34289d39dfce9e1.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-docs/linux-docs-6.8.2.ebuild X-VCS-Directories: sys-kernel/linux-docs/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 230bf9fbbba080030da1f6f5f34289d39dfce9e1 X-VCS-Branch: master Date: Sat, 13 Apr 2024 17:07:24 +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: ceade7c2-42bd-414a-9ab7-17e224c98ae7 X-Archives-Hash: 9d9bc98d53d70f5109f016887f31b372 commit: 230bf9fbbba080030da1f6f5f34289d39dfce9e1 Author: Mike Pagano gentoo org> AuthorDate: Sat Apr 13 17:07:01 2024 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Apr 13 17:07:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230bf9fb sys-kernel/linux-docs: disable py3.9 Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-docs/linux-docs-6.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild b/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild index 28d22f8553d9..3d172e9b7add 100644 --- a/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild +++ b/sys-kernel/linux-docs/linux-docs-6.8.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12} ) inherit linux-info python-any-r1 toolchain-funcs MY_P=linux-${PV}