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 D1CC2158092 for ; Sun, 12 Jun 2022 19:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29711E091F; Sun, 12 Jun 2022 19:36:35 +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 1156AE091F for ; Sun, 12 Jun 2022 19:36:35 +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 39F9134183A for ; Sun, 12 Jun 2022 19:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8719A50D for ; Sun, 12 Jun 2022 19:36:31 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1655062580.7e992d4b548efada50088d32a2b36bcd367314ba.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/spirv-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/spirv-tools/spirv-tools-99999999.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7e992d4b548efada50088d32a2b36bcd367314ba X-VCS-Branch: master Date: Sun, 12 Jun 2022 19:36:31 +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: 21cda1f9-ec42-4e04-b2f1-b54e6f1e28a0 X-Archives-Hash: 57e117e9dc0b659c5075c21a925ba14c commit: 7e992d4b548efada50088d32a2b36bcd367314ba Author: Matt Turner gentoo org> AuthorDate: Sun Jun 12 19:35:13 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 12 19:36:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e992d4b dev-util/spirv-tools: Add Python 3.11 compatibility Signed-off-by: Matt Turner gentoo.org> dev-util/spirv-tools/spirv-tools-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-99999999.ebuild b/dev-util/spirv-tools/spirv-tools-99999999.ebuild index 6c4afbc95f40..764b2a8727da 100644 --- a/dev-util/spirv-tools/spirv-tools-99999999.ebuild +++ b/dev-util/spirv-tools/spirv-tools-99999999.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN=SPIRV-Tools CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit cmake-multilib python-any-r1