summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-11-03 18:34:38 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-11-03 18:45:23 -0400
commitc31b246e1583fb0294f62b3f45c689f19c0b1ec4 (patch)
tree1135a8da386ea0e97986ed7425af51af3bfdc197 /x11-terms/kitty/kitty-9999.ebuild
parentdev-python/mpdlcd: migrate to pep517 (diff)
downloadgentoo-c31b246e1583fb0294f62b3f45c689f19c0b1ec4.tar.gz
gentoo-c31b246e1583fb0294f62b3f45c689f19c0b1ec4.tar.bz2
gentoo-c31b246e1583fb0294f62b3f45c689f19c0b1ec4.zip
x11-terms/kitty: enable py3.11 in live
Tests been fixed, and everything looks fine. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/kitty/kitty-9999.ebuild')
-rw-r--r--x11-terms/kitty/kitty-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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