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 CC8A415ACFC for ; Wed, 3 May 2023 07:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B880AE0876; Wed, 3 May 2023 07:07:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A2B21E0876 for ; Wed, 3 May 2023 07:07:46 +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 E25B134171E for ; Wed, 3 May 2023 07:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE0A8AC for ; Wed, 3 May 2023 07:07:44 +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: <1683097660.303c958b24b3512fa8379a6d7c215f2eeda33721.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: 303c958b24b3512fa8379a6d7c215f2eeda33721 X-VCS-Branch: master Date: Wed, 3 May 2023 07:07:44 +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: 8b733a73-a96c-4120-928e-f69d96047d7b X-Archives-Hash: 03ec45273c4fd92e8df006454d876589 commit: 303c958b24b3512fa8379a6d7c215f2eeda33721 Author: Christian Ruppert gentoo org> AuthorDate: Wed May 3 07:07:35 2023 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Wed May 3 07:07:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303c958b sys-firmware/nvidia-firmware: Python 3.11 support Bug: https://bugs.gentoo.org/897298 Signed-off-by: Christian Ruppert gentoo.org> sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 86f2c762321b..ad2f4c625007 100644 --- a/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild +++ b/sys-firmware/nvidia-firmware/nvidia-firmware-340.32-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-any-r1 unpacker