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 E56CA158090 for ; Sat, 28 May 2022 15:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E47B6E087E; Sat, 28 May 2022 15:15:49 +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 C7F3EE087E for ; Sat, 28 May 2022 15:15:49 +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 E9EE9341230 for ; Sat, 28 May 2022 15:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6D44E7 for ; Sat, 28 May 2022 15:15:45 +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: <1653750451.1e1546efa7f088dddccc0968485d9e40b85e9c01.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/ttfautohint-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild X-VCS-Directories: dev-python/ttfautohint-py/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 1e1546efa7f088dddccc0968485d9e40b85e9c01 X-VCS-Branch: dev Date: Sat, 28 May 2022 15:15:45 +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: 9887fac4-33c5-49b2-ba46-f0aef8fe042e X-Archives-Hash: 1fb7988003bc12165439027e1361385c commit: 1e1546efa7f088dddccc0968485d9e40b85e9c01 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 15:07:31 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 15:07:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e1546ef dev-python/ttfautohint-py: enable py3.10 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild index e444501fe..0c39ba3a2 100644 --- a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild +++ b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1