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 3CBB6158086 for ; Mon, 22 Nov 2021 09:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF65EE0866; Mon, 22 Nov 2021 09:44:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F162E0869 for ; Mon, 22 Nov 2021 09:44:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10859342C46 for ; Mon, 22 Nov 2021 09:44:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C4F8E for ; Mon, 22 Nov 2021 09:44:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1637573639.7176d7591ded3b7fd5531d3f0f5872c771ac720f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fontforge/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fontforge/fontforge-20201107.ebuild X-VCS-Directories: media-gfx/fontforge/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7176d7591ded3b7fd5531d3f0f5872c771ac720f X-VCS-Branch: master Date: Mon, 22 Nov 2021 09:44: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: 52480619-181a-4ce7-976d-90cdf408406c X-Archives-Hash: 7b25af6bdbdd30491420df4edeaf1cc1 commit: 7176d7591ded3b7fd5531d3f0f5872c771ac720f Author: Miezhiko gmail com> AuthorDate: Mon Nov 22 08:57:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 22 09:33:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7176d759 media-gfx/fontforge: python 10 support Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Miezhiko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23032 Signed-off-by: Sam James gentoo.org> media-gfx/fontforge/fontforge-20201107.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/fontforge/fontforge-20201107.ebuild b/media-gfx/fontforge/fontforge-20201107.ebuild index abdcda4d71ed..115b5c5540a9 100644 --- a/media-gfx/fontforge/fontforge-20201107.ebuild +++ b/media-gfx/fontforge/fontforge-20201107.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit python-single-r1 xdg cmake