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 34DAC158086 for ; Thu, 23 Dec 2021 14:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6124C2BC00E; Thu, 23 Dec 2021 14:29:40 +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 225812BC00E for ; Thu, 23 Dec 2021 14:29:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1055D33BE18 for ; Thu, 23 Dec 2021 14:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADF28132 for ; Thu, 23 Dec 2021 14:29:37 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1640269760.58d96c4d47787793bb1d4f614dbf54423755d9e0.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/shaderc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/shaderc/shaderc-2021.2.ebuild media-libs/shaderc/shaderc-2021.3.ebuild X-VCS-Directories: media-libs/shaderc/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 58d96c4d47787793bb1d4f614dbf54423755d9e0 X-VCS-Branch: master Date: Thu, 23 Dec 2021 14:29:37 +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: 9a30a2d9-c5b1-43e2-9068-cc421b998d30 X-Archives-Hash: 92e314dd8c372867adb7068f1b93b257 commit: 58d96c4d47787793bb1d4f614dbf54423755d9e0 Author: t0b3 gmail com> AuthorDate: Fri Dec 17 11:17:17 2021 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Thu Dec 23 14:29:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d96c4d media-libs/shaderc: add python 3.10 Closes: https://bugs.gentoo.org/829441 Signed-off-by: t0b3 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23378 Signed-off-by: Nick Sarnie gentoo.org> media-libs/shaderc/shaderc-2021.2.ebuild | 2 +- media-libs/shaderc/shaderc-2021.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/shaderc/shaderc-2021.2.ebuild b/media-libs/shaderc/shaderc-2021.2.ebuild index 94f52642f34b..f2ba5ecc7bea 100644 --- a/media-libs/shaderc/shaderc-2021.2.ebuild +++ b/media-libs/shaderc/shaderc-2021.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) CMAKE_ECLASS=cmake diff --git a/media-libs/shaderc/shaderc-2021.3.ebuild b/media-libs/shaderc/shaderc-2021.3.ebuild index 5fde20a88adf..65900468121c 100644 --- a/media-libs/shaderc/shaderc-2021.3.ebuild +++ b/media-libs/shaderc/shaderc-2021.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python3_{8..10} ) CMAKE_ECLASS=cmake