On Sun, 17 Aug 2025, at 18:32, John Covici wrote: > emerge: there are no ebuilds built with USE flags to satisfy > "dev-libs/liblouis[python,python_targets_python3_13(-)]". > !!! One of the following packages is required to complete your request: > - dev-libs/liblouis-3.30.0::gentoo (Missing IUSE: python) > - dev-libs/liblouis-3.29.0::gentoo (Missing IUSE: python) > (dependency required by > "app-accessibility/orca-9999::local_ebuilds[braille,python_single_target_python3_13]" > > [ebuild]) > (dependency required by "gnome-base/gdm-47.0::gentoo[accessibility]" > [installed]) > (dependency required by "gnome-base/gnome-shell-47.8::gentoo" [ebuild]) > (dependency required by > "x11-terms/gnome-terminal-3.56.2::gentoo[gnome-shell]" [ebuild]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument])
This seems to say that you an ebuild in your local overlay, app-accessibility/orca-9999::local_ebuilds, that requires dev-libs/liblouis[python], but dev-libs/liblouis does not have a python USE flag. So I'm guessing it had this flag in the past, but no longer does so, and you need to fix your local ebuild for app-accessibility/orca to not require this non-existent flag. Regards, Arve

