From 3d428620736d6f798c62f274a14d42cdd2543f0c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 29 Nov 2020 02:15:18 +0100 Subject: dev-qt/qtwayland: Add missing slot ops Package is using private headers from qtcore, qtdeclarative, qtgui. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner --- dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild index e2924071..b0953bab 100644 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" @@ -14,9 +15,9 @@ IUSE="vulkan X" DEPEND=" >=dev-libs/wayland-1.6.0 - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV}[egl,libinput,vulkan=] + ~dev-qt/qtcore-${PV}:5= + ~dev-qt/qtdeclarative-${PV}:5= + ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=] media-libs/mesa[egl] >=x11-libs/libxkbcommon-0.2.0 vulkan? ( dev-util/vulkan-headers ) -- cgit v1.2.3-65-gdbad