app-misc/anki-bin: python 3.10

Signed-off-by: Jack Sangdahl <0x6A73@pm.me>
This commit is contained in:
Jack Sangdahl
2022-11-28 03:07:51 -07:00
parent 6733705579
commit 35ec680388
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_9 )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-single-r1 desktop xdg
MY_PN=${PN%-bin}

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8,9} )
PYTHON_COMPAT=( python3_{9..10} )
inherit python-single-r1 desktop xdg
MY_PN=${PN%-bin}