Update Gentoo ebuild PYTHON_COMPAT to Python3.10

Python3.9 is no longer used with SConstruct, so drop it from
PYTHON_COMPAT.  It may still work, but is not supported.
This commit is contained in:
Kp 2022-11-07 01:59:34 +00:00
parent 8215044325
commit 4610afaa29

View file

@ -8,7 +8,7 @@
# terms and a link to the Git history.
EAPI=7
PYTHON_COMPAT=( python3_9 )
PYTHON_COMPAT=( python3_10 )
inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg
if [[ "$PV" = 9999 ]]; then