commit: 64756889b8d567a1cfc0b142704b028c89b9b48b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 15:54:12 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 15:54:26 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=64756889
dev-qt/qtgui: sync wayland REQUIRED_USE changes with ::gentoo
None of the others are needed for wayland, required use often
gave the misconception that eglfs is needed for wayland.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-qt/qtgui/qtgui-5.15.10.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild
b/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild
index 1788d8cd..cf55be1b 100644
--- a/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.10.9999.ebuild
@@ -17,7 +17,7 @@ SLOT=5/${QT5_PV} # bug 707658
IUSE="accessibility dbus egl eglfs evdev gles2-only ibus jpeg +libinput
linuxfb +png tslib tuio +udev vnc vulkan wayland +X"
REQUIRED_USE="
- || ( eglfs linuxfb vnc X )
+ || ( eglfs linuxfb vnc wayland X )
accessibility? ( dbus X )
eglfs? ( egl )
ibus? ( dbus )