commit: 6d8469a5e25705911e04830d8e0db5b5ed2d72b5 Author: Ran Rutenberg <ran.rutenberg <AT> gmail <DOT> com> AuthorDate: Sat Jan 14 19:20:27 2023 +0000 Commit: Ran Rutenberg <ran.rutenberg <AT> gmail <DOT> com> CommitDate: Sat Jan 14 19:22:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d8469a5
app-misc/anki-bin: add a comment regarding python 3.10 compatability Signed-off-by: Ran Rutenberg <ran.rutenberg <AT> gmail.com> app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild b/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild index 16bedab74..3a105afdb 100644 --- a/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild +++ b/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild @@ -3,6 +3,11 @@ EAPI=8 +### A NOTE REGARDING PYTHON COMPATABILITY ### +# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one native library _rsbridge.so +# that is not linked against libpython. +# The configuration with Python 3.10 was tested on a limited number of machines and is not gurenteed to work. + PYTHON_COMPAT=( python3_9 python3_10 ) inherit python-single-r1 desktop xdg
