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 402C6158004 for ; Sat, 23 Sep 2023 15:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A7662BC030; Sat, 23 Sep 2023 15:59:05 +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 501EE2BC030 for ; Sat, 23 Sep 2023 15:59:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BC5A340519 for ; Sat, 23 Sep 2023 15:59:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D270311D6 for ; Sat, 23 Sep 2023 15:59:02 +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: <1695484719.00134141c5510a9473ac50c1d839d9b4af71bfb4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtgui/qtgui-5.15.10-r2.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 00134141c5510a9473ac50c1d839d9b4af71bfb4 X-VCS-Branch: master Date: Sat, 23 Sep 2023 15:59:02 +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: fb1d113b-9965-41c1-a83d-c40834fa36ef X-Archives-Hash: 527625047c32da1d84d018bac50d6e8c commit: 00134141c5510a9473ac50c1d839d9b4af71bfb4 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Sep 23 15:50:17 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Sep 23 15:58:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00134141 dev-qt/qtgui: restore wayland REQUIRED_USE change from -r1 in -r2 Assume -r2 got copied from the qt overlay, forgot to sync the change there and it was lost. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtgui/qtgui-5.15.10-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.10-r2.ebuild b/dev-qt/qtgui/qtgui-5.15.10-r2.ebuild index bd446e9f62cc..047c1603fa6e 100644 --- a/dev-qt/qtgui/qtgui-5.15.10-r2.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.10-r2.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 )