summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-08-05 21:15:31 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-08-06 00:27:44 -0400
commit91fb16f36373d91c92c492fb660e6a75129e9414 (patch)
treea30904d312879ee56b23e4f94d2e975e6e9a6df1 /media-gfx/ueberzug
parentapp-emulation/wine-staging: drop 8.9.1, 8.10-r1 (diff)
downloadgentoo-91fb16f36373d91c92c492fb660e6a75129e9414.tar.gz
gentoo-91fb16f36373d91c92c492fb660e6a75129e9414.tar.bz2
gentoo-91fb16f36373d91c92c492fb660e6a75129e9414.zip
media-gfx/ueberzug: enable py3.12
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/ueberzug')
-rw-r--r--media-gfx/ueberzug/ueberzug-18.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
index 51e616b8ef33..5a026a9cbace 100644
--- a/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
+++ b/media-gfx/ueberzug/ueberzug-18.2.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Command line util to draw images on terminals by using child windows"