app-misc/anki-bin: revert 35ec68038 (python 3.10)

no cp310 wheel available it seems

Signed-off-by: Jack Sangdahl <0x6A73@pm.me>
This commit is contained in:
Jack Sangdahl
2022-11-28 11:56:09 -07:00
parent f588d55ff8
commit eebc64cc99
2 changed files with 2 additions and 2 deletions

View File

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

View File

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