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 3A613158091 for ; Tue, 14 Jun 2022 07:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73500E08A8; Tue, 14 Jun 2022 07:13:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5DEBBE08C4 for ; Tue, 14 Jun 2022 07:13:46 +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 9F079341CF6 for ; Tue, 14 Jun 2022 07:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39D6F303 for ; Tue, 14 Jun 2022 07:13:44 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655190819.3d1d5cf84c76ec84583dd9c13a7818e46a7b5240.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fcft/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fcft/fcft-3.1.2.ebuild X-VCS-Directories: media-libs/fcft/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3d1d5cf84c76ec84583dd9c13a7818e46a7b5240 X-VCS-Branch: master Date: Tue, 14 Jun 2022 07:13:44 +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: 19cb3937-7a45-4938-966d-7415f61987ad X-Archives-Hash: 7bf58055a363e6c857f07873fb9a524e commit: 3d1d5cf84c76ec84583dd9c13a7818e46a7b5240 Author: Arsen Arsenović aarsen me> AuthorDate: Sun Jun 5 09:36:10 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jun 14 07:13:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1d5cf8 media-libs/fcft: enable py3.11 Signed-off-by: Arsen Arsenović aarsen.me> Signed-off-by: Joonas Niilola gentoo.org> media-libs/fcft/fcft-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fcft/fcft-3.1.2.ebuild b/media-libs/fcft/fcft-3.1.2.ebuild index bedcbca8b1f5..a8e46c5d92f9 100644 --- a/media-libs/fcft/fcft-3.1.2.ebuild +++ b/media-libs/fcft/fcft-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson python-any-r1 DESCRIPTION="Simple library for font loading and glyph rasterization"