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 99BA4138350 for ; Sat, 21 Mar 2020 17:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3B78E09E8; Sat, 21 Mar 2020 17:26:32 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89884E09E8 for ; Sat, 21 Mar 2020 17:26:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 389A134F18D for ; Sat, 21 Mar 2020 17:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 055CA101 for ; Sat, 21 Mar 2020 17:26:29 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584811528.678cb1240d935c417d471813522ca72baba91b7d.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwayland/qtwayland-5.14.9999.ebuild dev-qt/qtwayland/qtwayland-5.15.9999.ebuild dev-qt/qtwayland/qtwayland-5.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 678cb1240d935c417d471813522ca72baba91b7d X-VCS-Branch: master Date: Sat, 21 Mar 2020 17:26:29 +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: 25f453ab-d4a7-4b6c-b1dd-61dc211448b5 X-Archives-Hash: a164f3f7470045a19e3c3e0e37b73b8a commit: 678cb1240d935c417d471813522ca72baba91b7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 21 13:07:18 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 17:25:28 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=678cb124 dev-qt/qtwayland: USE X requires dev-qt/qtgui[-gles2] Closes: https://bugs.gentoo.org/713362 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwayland/qtwayland-5.14.9999.ebuild | 1 + dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 1 + dev-qt/qtwayland/qtwayland-5.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild index 391ab67a..750d316d 100644 --- a/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.14.9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" >=x11-libs/libxkbcommon-0.2.0 vulkan? ( dev-util/vulkan-headers ) X? ( + ~dev-qt/qtgui-${PV}[-gles2] x11-libs/libX11 x11-libs/libXcomposite ) diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild index 36cfd4d6..639828bf 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" >=x11-libs/libxkbcommon-0.2.0 vulkan? ( dev-util/vulkan-headers ) X? ( + ~dev-qt/qtgui-${PV}[-gles2] x11-libs/libX11 x11-libs/libXcomposite ) diff --git a/dev-qt/qtwayland/qtwayland-5.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.9999.ebuild index 36cfd4d6..639828bf 100644 --- a/dev-qt/qtwayland/qtwayland-5.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" >=x11-libs/libxkbcommon-0.2.0 vulkan? ( dev-util/vulkan-headers ) X? ( + ~dev-qt/qtgui-${PV}[-gles2] x11-libs/libX11 x11-libs/libXcomposite )