Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Sun, 29 Nov 2020 21:05:21
Message-Id: 1606612724.3d428620736d6f798c62f274a14d42cdd2543f0c.asturm@gentoo
1 commit: 3d428620736d6f798c62f274a14d42cdd2543f0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 01:15:18 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 01:18:44 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3d428620
7
8 dev-qt/qtwayland: Add missing slot ops
9
10 Package is using private headers from qtcore, qtdeclarative, qtgui.
11
12 Package-Manager: Portage-3.0.10, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
19 index e2924071..b0953bab 100644
20 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
21 +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
22 @@ -2,6 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 +
27 inherit qt5-build
28
29 DESCRIPTION="Wayland platform plugin for Qt"
30 @@ -14,9 +15,9 @@ IUSE="vulkan X"
31
32 DEPEND="
33 >=dev-libs/wayland-1.6.0
34 - ~dev-qt/qtcore-${PV}
35 - ~dev-qt/qtdeclarative-${PV}
36 - ~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
37 + ~dev-qt/qtcore-${PV}:5=
38 + ~dev-qt/qtdeclarative-${PV}:5=
39 + ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]
40 media-libs/mesa[egl]
41 >=x11-libs/libxkbcommon-0.2.0
42 vulkan? ( dev-util/vulkan-headers )