From 7556e710d00ddbb694d6f70c58a4b33abc7b1293 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 2 May 2023 20:28:53 +0500 Subject: [PATCH] media-fonts/twemoji: enable py3.11 Closes: https://bugs.gentoo.org/905473 Signed-off-by: Anna (cybertailor) Vyalkova --- 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 bdbce2b7ca..4aa3e70fc3 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