commit:     3d428620736d6f798c62f274a14d42cdd2543f0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 01:15:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 01:18:44 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3d428620

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 <asturm <AT> gentoo.org>

 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 )

Reply via email to