diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 20:28:53 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-05-02 20:28:53 +0500 |
commit | 7556e710d00ddbb694d6f70c58a4b33abc7b1293 (patch) | |
tree | bdf4f18d4908aef64edc21509b880c75efc938a0 /media-fonts | |
parent | dev-nim/nimbus: add 1.1.1 (diff) | |
download | guru-7556e710d00ddbb694d6f70c58a4b33abc7b1293.tar.gz guru-7556e710d00ddbb694d6f70c58a4b33abc7b1293.tar.bz2 guru-7556e710d00ddbb694d6f70c58a4b33abc7b1293.zip |
media-fonts/twemoji: enable py3.11
Closes: https://bugs.gentoo.org/905473
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/twemoji/twemoji-14.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |