From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1402515-garchives=archives.gentoo.org@lists.gentoo.org> 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 B3B69158090 for <garchives@archives.gentoo.org>; Mon, 30 May 2022 06:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC90AE099B; Mon, 30 May 2022 06:39:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C696DE0996 for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2022 06:39:35 +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 ED73034197D for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2022 06:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB9354F6 for <gentoo-commits@lists.gentoo.org>; Mon, 30 May 2022 06:39:30 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1653858293.8735d9ef019819a26f54c8432723dec8dda93f56.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/skia/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/skia/skia-97-r1.ebuild X-VCS-Directories: media-libs/skia/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 8735d9ef019819a26f54c8432723dec8dda93f56 X-VCS-Branch: master Date: Mon, 30 May 2022 06:39:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 58541f12-c4b5-412c-955d-e28a5933c1e8 X-Archives-Hash: 96624df03a1fd7e6bc69c9a12d8c14ab commit: 8735d9ef019819a26f54c8432723dec8dda93f56 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 29 21:00:32 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun May 29 21:04:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8735d9ef media-libs/skia: enable py3.10, py3.11 Closes: https://bugs.gentoo.org/848384 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> media-libs/skia/skia-97-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/skia/skia-97-r1.ebuild b/media-libs/skia/skia-97-r1.ebuild index fd289b368..4c190e20b 100644 --- a/media-libs/skia/skia-97-r1.ebuild +++ b/media-libs/skia/skia-97-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_9 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit ninja-utils python-any-r1 toolchain-funcs