app-accessibility/orca: enable py3.12, adjust to liblouis-3.29.0

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36837
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2024-05-24 22:14:45 +03:00
committed by Sam James
parent 81fa5df5a9
commit 854230e46e

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit gnome2 python-single-r1
@@ -28,8 +28,13 @@ DEPEND="${PYTHON_DEPS}
braille? (
$(python_gen_cond_dep '
>=app-accessibility/brltty-5.0-r3[python,${PYTHON_USEDEP}]
dev-libs/liblouis[python,${PYTHON_USEDEP}]
')
|| (
>=dev-libs/liblouis-3.29.0[${PYTHON_SINGLE_USEDEP}]
$(python_gen_cond_dep '
<dev-libs/liblouis-3.29.0[python,${PYTHON_USEDEP}]
')
)
)
"
RDEPEND="${DEPEND}