x11-drivers/xf86-video-qxl-0.1.5 doesn't support python3.
Are you just filing bugs for the tracker, or did you test it and found it supports python3?
Michael Egger: Please test if these commits are sufficient: https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/commit/69cf5e40b2b6a0188b9aa88b66b683bd461afbd1 https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/commit/b9955a35b42c156c343bd6f673c3e973397ce654 https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/commit/9a7eb40fa23b908d9f62a8f04933fdafd04d6b88 Maintainers: Since ${PYTHON_DEPS} is used conditionally inside xspice? ( ) block, probably the following changes in ebuild should be made: -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="xspice? ( ${PYTHON_REQUIRED_USE} )" +pkg_setup() { + use xspice && python-single-r1_pkg_setup +}
Looks like it doesn't work with Python3 (https://gitlab.freedesktop.org/xorg/driver/xf86-video-qxl/issues/8) so we're evidently just spamming bugs. Great.