From c31b246e1583fb0294f62b3f45c689f19c0b1ec4 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Thu, 3 Nov 2022 18:34:38 -0400 Subject: x11-terms/kitty: enable py3.11 in live Tests been fixed, and everything looks fine. Signed-off-by: Ionen Wolkens --- x11-terms/kitty/kitty-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-terms') diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index f94220cb393f..300067120957 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -3,10 +3,10 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg -if [[ ${PV} == 9999 ]] ; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git" else -- cgit v1.2.3-65-gdbad