Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ueberzug/
Date: Thu, 02 Jun 2022 15:07:41
Message-Id: 1654181820.3c89124c46401adce2094f18632062008cbc2140.ionen@gentoo
1 commit: 3c89124c46401adce2094f18632062008cbc2140
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 14:23:59 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 14:57:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89124c
7
8 media-gfx/ueberzug: enable py3.11
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
16 index f0c80df36159..0b98c1324a5a 100644
17 --- a/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
18 +++ b/media-gfx/ueberzug/ueberzug-18.1.9-r1.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit distutils-r1
26
27 DESCRIPTION="Command line util to draw images on terminals by using child windows"