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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62E51158086 for ; Sat, 16 Oct 2021 22:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4C98E07EE; Sat, 16 Oct 2021 22:25:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9917CE07EE for ; Sat, 16 Oct 2021 22:25:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB076342DFE for ; Sat, 16 Oct 2021 22:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53CB3D3 for ; Sat, 16 Oct 2021 22:25:46 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1634423133.5eac00302ae93bc3c7a2c0326885f8e4af2660b1.pesa@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.2.9999.ebuild X-VCS-Directories: dev-qt/qtgui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 5eac00302ae93bc3c7a2c0326885f8e4af2660b1 X-VCS-Branch: master Date: Sat, 16 Oct 2021 22:25:46 +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: f7d8986d-6aa6-4bb6-a451-b86706159bb9 X-Archives-Hash: f87a69ee518ee22ff727a3b4e9dfe147 commit: 5eac00302ae93bc3c7a2c0326885f8e4af2660b1 Author: Davide Pesavento gentoo org> AuthorDate: Sat Oct 16 22:25:33 2021 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Oct 16 22:25:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5eac0030 dev-qt/qtgui: treat linuxfb and vnc like the other platform plugins Also add missing sys-kernel/linux-headers dependency Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qtgui/qtgui-5.15.2.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild index 337e8395..c4cdc58e 100644 --- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild @@ -16,7 +16,7 @@ fi IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg +libinput linuxfb +png tslib tuio +udev vnc vulkan wayland +X" REQUIRED_USE=" - || ( eglfs X ) + || ( eglfs linuxfb vnc X ) accessibility? ( dbus X ) eglfs? ( egl ) ibus? ( dbus ) @@ -64,6 +64,7 @@ RDEPEND=" " DEPEND="${RDEPEND} evdev? ( sys-kernel/linux-headers ) + linuxfb? ( sys-kernel/linux-headers ) udev? ( sys-kernel/linux-headers ) " PDEPEND="