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 57A6C158043 for ; Mon, 15 Apr 2024 07:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BE43E29D6; Mon, 15 Apr 2024 07:57:45 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64F9CE29D6 for ; Mon, 15 Apr 2024 07:57:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46AEA3433C7 for ; Mon, 15 Apr 2024 07:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7AE1620 for ; Mon, 15 Apr 2024 07:57:42 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1713167844.37f1a8c32814d56cc5e5d23b174cddcf54a9bf91.idl0r@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/nvidia-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild X-VCS-Directories: sys-firmware/nvidia-firmware/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 37f1a8c32814d56cc5e5d23b174cddcf54a9bf91 X-VCS-Branch: master Date: Mon, 15 Apr 2024 07:57:42 +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: 50d7aa78-47c9-4793-b3c3-927e8a9fc5e3 X-Archives-Hash: 272d0f18ed95a84edd611d7e0387a1ca commit: 37f1a8c32814d56cc5e5d23b174cddcf54a9bf91 Author: Christian Ruppert gentoo org> AuthorDate: Mon Apr 15 07:57:24 2024 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Mon Apr 15 07:57:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f1a8c3 sys-firmware/nvidia-firmware: Python 3.12 compat Bug: https://bugs.gentoo.org/929839 Signed-off-by: Christian Ruppert gentoo.org> sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild index ad2f4c625007..6a6d6622a002 100644 --- a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild +++ b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit python-any-r1 unpacker