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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 469FB1382C5 for ; Thu, 24 Dec 2020 04:17:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DDC7E0DD0; Thu, 24 Dec 2020 04:17:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 166F8E0DCF for ; Thu, 24 Dec 2020 04:17:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0239341B32 for ; Thu, 24 Dec 2020 04:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 135EFB8 for ; Thu, 24 Dec 2020 04:17:52 +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: <1608783417.33e5856e6e28e5126b32351fad9b688d383b6af5.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-2020.5_pre20201107.ebuild X-VCS-Directories: dev-util/spirv-tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 33e5856e6e28e5126b32351fad9b688d383b6af5 X-VCS-Branch: master Date: Thu, 24 Dec 2020 04:17:52 +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: 1cb323fe-135f-44fd-b2b3-3f25f9fb941a X-Archives-Hash: d1b08038d0983599495fd7b6fea45352 commit: 33e5856e6e28e5126b32351fad9b688d383b6af5 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 24 04:12:45 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 24 04:16:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e5856e dev-util/spirv-tools: Add Python 3.9 compatibility Signed-off-by: Matt Turner gentoo.org> dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild b/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild index 41ee1a4b749..3bf9424ee94 100644 --- a/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild +++ b/dev-util/spirv-tools/spirv-tools-2020.5_pre20201107.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN=SPIRV-Tools CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit cmake-multilib python-any-r1 if [[ ${PV} == *9999* ]]; then