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 E442415ACFD for ; Tue, 2 May 2023 15:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E0EEE0891; Tue, 2 May 2023 15:48:42 +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 EC46DE0891 for ; Tue, 2 May 2023 15:48:41 +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 1B0FB34114C for ; Tue, 2 May 2023 15:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA065A40 for ; Tue, 2 May 2023 15:48:39 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1683041333.7556e710d00ddbb694d6f70c58a4b33abc7b1293.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-fonts/twemoji/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-fonts/twemoji/twemoji-14.0.2.ebuild X-VCS-Directories: media-fonts/twemoji/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 7556e710d00ddbb694d6f70c58a4b33abc7b1293 X-VCS-Branch: dev Date: Tue, 2 May 2023 15:48:39 +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: 184608a1-096e-4664-ad15-de4d8fc18280 X-Archives-Hash: c73febafda5840ad583908e09c46a6f3 commit: 7556e710d00ddbb694d6f70c58a4b33abc7b1293 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue May 2 15:28:53 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue May 2 15:28:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7556e710 media-fonts/twemoji: enable py3.11 Closes: https://bugs.gentoo.org/905473 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> media-fonts/twemoji/twemoji-14.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/twemoji/twemoji-14.0.2.ebuild b/media-fonts/twemoji/twemoji-14.0.2.ebuild index bdbce2b7c..4aa3e70fc 100644 --- a/media-fonts/twemoji/twemoji-14.0.2.ebuild +++ b/media-fonts/twemoji/twemoji-14.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{10..11} ) inherit font python-any-r1