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 ABEC7158089 for ; Mon, 4 Sep 2023 04:04:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7AF52BC013; Mon, 4 Sep 2023 04:04:10 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B97A22BC013 for ; Mon, 4 Sep 2023 04:04:10 +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 904AB335C52 for ; Mon, 4 Sep 2023 04:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A605E106B for ; Mon, 4 Sep 2023 04:04:07 +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: <1693800158.ef1c267a220d6f1a159b8ff48c4487d1a1afcd3b.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-r1.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ef1c267a220d6f1a159b8ff48c4487d1a1afcd3b X-VCS-Branch: master Date: Mon, 4 Sep 2023 04:04:07 +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: 4fa8e0de-71a9-41a1-87fa-8592a39e4935 X-Archives-Hash: eeb93cbb14331f10569f7b3b583d2574 commit: ef1c267a220d6f1a159b8ff48c4487d1a1afcd3b Author: Violet Purcell inventati org> AuthorDate: Mon Sep 4 01:11:14 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Sep 4 04:02:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef1c267a dev-qt/qtgui: update REQUIRED_USE Add wayland to the REQUIRED_USE line requiring a platform plugin be built for wayland-only setups. Ionen's note: qtbase was skipped for now, will get updated a bit later Signed-off-by: Violet Purcell inventati.org> Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtgui/qtgui-5.15.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild b/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild index 822d34e5032b..f44112b35872 100644 --- a/dev-qt/qtgui/qtgui-5.15.10-r1.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.10-r1.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 )