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 119AC158086 for ; Sun, 19 Dec 2021 01:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8713B2BC008; Sun, 19 Dec 2021 01:26:55 +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 7DD93E07A5 for ; Sun, 19 Dec 2021 01:26:54 +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 9CBDC3431F9 for ; Sun, 19 Dec 2021 01:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0DAA23E for ; Sun, 19 Dec 2021 01:26:49 +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: <1639877202.dfe84141d93821b0bb5494ab9fc44bf8be402302.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-1.2.198.ebuild 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: dfe84141d93821b0bb5494ab9fc44bf8be402302 X-VCS-Branch: master Date: Sun, 19 Dec 2021 01:26:49 +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: e0eea2c1-4197-4fa7-bf49-6bf027bf2624 X-Archives-Hash: 44fa6c6c43964f55db2b7212bc86a249 commit: dfe84141d93821b0bb5494ab9fc44bf8be402302 Author: t0b3 gmail com> AuthorDate: Fri Dec 17 11:32:52 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 19 01:26:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe84141 dev-util/spirv-tools: add python 3.10 Closes: https://bugs.gentoo.org/829446 Closes: https://github.com/gentoo/gentoo/pull/23383 Signed-off-by: t0b3 gmail.com> Signed-off-by: Matt Turner gentoo.org> dev-util/spirv-tools/spirv-tools-1.2.198.ebuild | 2 +- dev-util/spirv-tools/spirv-tools-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/spirv-tools/spirv-tools-1.2.198.ebuild b/dev-util/spirv-tools/spirv-tools-1.2.198.ebuild index 535410ee3e23..30d4fd7d2e2c 100644 --- a/dev-util/spirv-tools/spirv-tools-1.2.198.ebuild +++ b/dev-util/spirv-tools/spirv-tools-1.2.198.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN=SPIRV-Tools CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then diff --git a/dev-util/spirv-tools/spirv-tools-99999999.ebuild b/dev-util/spirv-tools/spirv-tools-99999999.ebuild index 1a401b8cc38d..96183daa2dbb 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_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then