From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1627436-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 86AFB158064
	for <garchives@archives.gentoo.org>; Fri,  3 May 2024 11:22:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C82DFE2A04;
	Fri,  3 May 2024 11:22:09 +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 A70DFE2A04
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 May 2024 11:22:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 EA52B33BEFF
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 May 2024 11:22:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8014993E
	for <gentoo-commits@lists.gentoo.org>; Fri,  3 May 2024 11:22:07 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1714735279.e41386aa8d13da1b47c1c2fdfc1885b6a11a6e8f.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-20230101-r1.ebuild
X-VCS-Directories: media-gfx/fontforge/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: e41386aa8d13da1b47c1c2fdfc1885b6a11a6e8f
X-VCS-Branch: master
Date: Fri,  3 May 2024 11:22:07 +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: a88a7555-4911-4f0a-9c15-a8bebe0f86c6
X-Archives-Hash: c891d38d46046d48cc62aaf108d2dafd

commit:     e41386aa8d13da1b47c1c2fdfc1885b6a11a6e8f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 11:21:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May  3 11:21:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41386aa

media-gfx/fontforge: forwardport py3.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/fontforge/fontforge-20230101-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fontforge/fontforge-20230101-r1.ebuild b/media-gfx/fontforge/fontforge-20230101-r1.ebuild
index acbd7a1c4708..261c8f986c79 100644
--- a/media-gfx/fontforge/fontforge-20230101-r1.ebuild
+++ b/media-gfx/fontforge/fontforge-20230101-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit python-single-r1 xdg cmake
 
 DESCRIPTION="postscript font editor and converter"