diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:23:59 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-06-02 10:57:00 -0400 |
commit | 3c89124c46401adce2094f18632062008cbc2140 (patch) | |
tree | 74816469a865cf1becbcfb90205284ef35332a88 /media-gfx/ueberzug | |
parent | media-gfx/ueberzug: use pep517 (diff) | |
download | gentoo-3c89124c46401adce2094f18632062008cbc2140.tar.gz gentoo-3c89124c46401adce2094f18632062008cbc2140.tar.bz2 gentoo-3c89124c46401adce2094f18632062008cbc2140.zip |
media-gfx/ueberzug: enable py3.11
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/ueberzug')
-rw-r--r-- | media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild index f0c80df36159..0b98c1324a5a 100644 --- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild +++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Command line util to draw images on terminals by using child windows" |