On Mon, 3 Feb 2025 at 15:13, n952162 <n952...@web.de> wrote: > > Can anyone help me with this? > > emerge: there are no ebuilds built with USE flags to satisfy > "dev-python/pygobject:3[python_targets_python3_11(-),cairo]". > !!! One of the following packages is required to complete your request: > - dev-python/pygobject-3.50.0::gentoo (Change USE: +python_targets_python3_11) > (dependency required by > "x11-wm/xpra-4.4.6-r2::gentoo[python_single_target_python3_11]" [ebuild]) > (dependency required by "@selected" [set]) > (dependency required by "@world" [argument]) > > I think this is why my emerge ends, right?
This means that pygobject wants PYTHON_TARGETS="python3_11" because that is what you have set on x11-wm/xpra, and that is because that is the newest python that xpra-4.4.6-r2 supports. Either upgrade xpra to the testing version (currently 6.0.1-r1), or add python 3_11 to python targets for dev-python/pygobject-3.50.0. Regards, Arve