Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/
Date: Thu, 03 Nov 2022 22:46:07
Message-Id: 1667515523.c31b246e1583fb0294f62b3f45c689f19c0b1ec4.ionen@gentoo
1 commit: c31b246e1583fb0294f62b3f45c689f19c0b1ec4
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 22:34:38 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:45:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31b246e
7
8 x11-terms/kitty: enable py3.11 in live
9
10 Tests been fixed, and everything looks fine.
11
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 x11-terms/kitty/kitty-9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild
18 index f94220cb393f..300067120957 100644
19 --- a/x11-terms/kitty/kitty-9999.ebuild
20 +++ b/x11-terms/kitty/kitty-9999.ebuild
21 @@ -3,10 +3,10 @@
22
23 EAPI=8
24
25 -PYTHON_COMPAT=( python3_{8..10} )
26 +PYTHON_COMPAT=( python3_{8..11} )
27 inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
28
29 -if [[ ${PV} == 9999 ]] ; then
30 +if [[ ${PV} == 9999 ]]; then
31 inherit git-r3
32 EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git"
33 else