diff --git a/app-emulation/wine-proton/wine-proton-10.0.1f.ebuild b/app-emulation/wine-proton/wine-proton-10.0.1f.ebuild index 36f7f4c8045d7..1d58eebd659cd 100644 --- a/app-emulation/wine-proton/wine-proton-10.0.1f.ebuild +++ b/app-emulation/wine-proton/wine-proton-10.0.1f.ebuild @@ -30,8 +30,12 @@ IUSE=" llvm-libunwind +mono nls perl pulseaudio +sdl selinux +ssl udev +unwind usb v4l wayland video_cards_amdgpu +xcomposite xinerama " -# headless is not really supported with wine-proton, use normal Wine -REQUIRED_USE="|| ( X wayland )" +# headless is not really supported here, and udev needs sdl due to Valve's +# changes (bug #959263), use normal wine instead if need to avoid these +REQUIRED_USE=" + || ( X wayland ) + udev? ( sdl ) +" # tests are non-trivial to run, can hang easily, don't play well with # sandbox, and several need real opengl/vulkan or network access diff --git a/app-emulation/wine-proton/wine-proton-9999.ebuild b/app-emulation/wine-proton/wine-proton-9999.ebuild index 064a3387d86a1..626d02aae0bb2 100644 --- a/app-emulation/wine-proton/wine-proton-9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-9999.ebuild @@ -33,8 +33,12 @@ IUSE=" llvm-libunwind +mono nls perl pulseaudio +sdl selinux +ssl udev +unwind usb v4l wayland video_cards_amdgpu +xcomposite xinerama " -# headless is not really supported with wine-proton, use normal Wine -REQUIRED_USE="|| ( X wayland )" +# headless is not really supported here, and udev needs sdl due to Valve's +# changes (bug #959263), use normal wine instead if need to avoid these +REQUIRED_USE=" + || ( X wayland ) + udev? ( sdl ) +" # tests are non-trivial to run, can hang easily, don't play well with # sandbox, and several need real opengl/vulkan or network access