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 0EACC158090 for ; Sun, 29 May 2022 21:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A61E0955; Sun, 29 May 2022 21:05:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0E000E0955 for ; Sun, 29 May 2022 21:05:02 +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 284E2341994 for ; Sun, 29 May 2022 21:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DADF500 for ; Sun, 29 May 2022 21:04:58 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653858292.57799acd79bc137d82f5dbe206414577055fd23a.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/psautohint/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/psautohint/psautohint-2.4.0.ebuild X-VCS-Directories: dev-util/psautohint/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 57799acd79bc137d82f5dbe206414577055fd23a X-VCS-Branch: dev Date: Sun, 29 May 2022 21:04:58 +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: f81c58d2-29ec-4715-9599-866f645f4e9b X-Archives-Hash: 576c415440555eb2074273b4d019f9a1 commit: 57799acd79bc137d82f5dbe206414577055fd23a Author: Alessandro Barbieri gmail com> AuthorDate: Sun May 29 20:58:33 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun May 29 21:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57799acd dev-util/psautohint: enable py3.10 Closes: https://bugs.gentoo.org/848369 Signed-off-by: Alessandro Barbieri gmail.com> dev-util/psautohint/psautohint-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/psautohint/psautohint-2.4.0.ebuild b/dev-util/psautohint/psautohint-2.4.0.ebuild index 34273f758..675b06317 100644 --- a/dev-util/psautohint/psautohint-2.4.0.ebuild +++ b/dev-util/psautohint/psautohint-2.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 COMMIT="1e4c5061d328105c4dcfcb6fdbc27ec49b3e9d23" DISTUTILS_IN_SOURCE_BUILD=1 EMESON_SOURCE="${S}/libpsautohint" -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit meson distutils-r1