Skip to content

Commit

Permalink
app-accessibility/orca: enable py3.12, adjust to liblouis-3.29.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
Closes: gentoo#36837
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
parona-source authored and thesamesam committed Jun 2, 2024
1 parent 81fa5df commit 854230e
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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}
Expand Down

0 comments on commit 854230e

Please sign in to comment.