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 79E73158090 for ; Thu, 19 May 2022 19:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0804E07EE; Thu, 19 May 2022 19:42:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88D42E07EE for ; Thu, 19 May 2022 19:42:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B39BC3419A7 for ; Thu, 19 May 2022 19:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7593B5 for ; Thu, 19 May 2022 19:42: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: <1652989362.820927488ccbf9173d1ba681efa831c6e2042b4d.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: 820927488ccbf9173d1ba681efa831c6e2042b4d X-VCS-Branch: master Date: Thu, 19 May 2022 19:42: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: 0a75ec49-2568-4aef-b589-7db91de4f274 X-Archives-Hash: ec7d315f5d40a78522ac9a4c718309a4 commit: 820927488ccbf9173d1ba681efa831c6e2042b4d Author: Christian Ruppert gentoo org> AuthorDate: Thu May 19 19:42:36 2022 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Thu May 19 19:42:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82092748 sys-firmware/nvidia-firmware: Python 3.10 support, bug 846323 Package-Manager: Portage-3.0.30, Repoman-3.0.3 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 ed672abe0d29..4f27ee9ce90d 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-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-any-r1 unpacker