From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0973158089 for ; Sat, 23 Sep 2023 15:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2664D2BC014; Sat, 23 Sep 2023 15:56:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05E1E2BC014 for ; Sat, 23 Sep 2023 15:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13C7734076D for ; Sat, 23 Sep 2023 15:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E48A11D6 for ; Sat, 23 Sep 2023 15:56:52 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1695484466.64756889b8d567a1cfc0b142704b028c89b9b48b.ionen@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtgui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtgui/qtgui-5.15.10.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 64756889b8d567a1cfc0b142704b028c89b9b48b X-VCS-Branch: master Date: Sat, 23 Sep 2023 15:56:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e64ec99-fd00-4f85-a925-ae879ed6e7a1 X-Archives-Hash: 427fb9fe49340abdd352e83758372493 commit: 64756889b8d567a1cfc0b142704b028c89b9b48b Author: Ionen Wolkens gentoo org> AuthorDate: Sat Sep 23 15:54:12 2023 +0000 Commit: Ionen Wolkens gentoo 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 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 )