Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/layer-shell-qt/
Date: Sun, 03 Oct 2021 09:25:49
Message-Id: 1633252842.762b47afdadf6a6dc0c0e996128ad633e2c84dec.asturm@gentoo
1 commit: 762b47afdadf6a6dc0c0e996128ad633e2c84dec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 09:16:24 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 09:20:42 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=762b47af
7
8 kde-plasma/layer-shell-qt: Needs dev-qt/qtwayland private headers
9
10 Add slot operator accordingly.
11
12 Bug: https://bugs.gentoo.org/815646
13 Package-Manager: Portage-3.0.26, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild | 3 ++-
17 kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild | 3 ++-
18 kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild | 3 ++-
19 3 files changed, 6 insertions(+), 3 deletions(-)
20
21 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
22 index e70d7db79a..582e24874f 100644
23 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
24 +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.22.90.ebuild
25 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
26 IUSE=""
27
28 # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
29 +# slot op: various private QtWaylandClient headers
30 RDEPEND="
31 >=dev-libs/wayland-1.15
32 >=dev-qt/qtdeclarative-${QTMIN}:5
33 @@ -22,7 +23,7 @@ RDEPEND="
34 >=dev-qt/qtgui-${QTMIN}:5[libinput]
35 >=dev-qt/qtgui-${QTMIN}:5[X]
36 )
37 - >=dev-qt/qtwayland-${QTMIN}:5
38 + >=dev-qt/qtwayland-${QTMIN}:5=
39 x11-libs/libxkbcommon
40 "
41 DEPEND="${RDEPEND}
42
43 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
44 index 36421caef1..6f62520aca 100644
45 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
46 +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.49.9999.ebuild
47 @@ -15,6 +15,7 @@ KEYWORDS=""
48 IUSE=""
49
50 # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
51 +# slot op: various private QtWaylandClient headers
52 RDEPEND="
53 >=dev-libs/wayland-1.15
54 >=dev-qt/qtdeclarative-${QTMIN}:5
55 @@ -22,7 +23,7 @@ RDEPEND="
56 >=dev-qt/qtgui-${QTMIN}:5[libinput]
57 >=dev-qt/qtgui-${QTMIN}:5[X]
58 )
59 - >=dev-qt/qtwayland-${QTMIN}:5
60 + >=dev-qt/qtwayland-${QTMIN}:5=
61 x11-libs/libxkbcommon
62 "
63 DEPEND="${RDEPEND}
64
65 diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
66 index cb5e5755eb..e0b46445c2 100644
67 --- a/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
68 +++ b/kde-plasma/layer-shell-qt/layer-shell-qt-9999.ebuild
69 @@ -15,6 +15,7 @@ KEYWORDS=""
70 IUSE=""
71
72 # dev-qt/qtgui: QtXkbCommonSupport is provided by either IUSE libinput or X
73 +# slot op: various private QtWaylandClient headers
74 RDEPEND="
75 >=dev-libs/wayland-1.15
76 >=dev-qt/qtdeclarative-${QTMIN}:5
77 @@ -22,7 +23,7 @@ RDEPEND="
78 >=dev-qt/qtgui-${QTMIN}:5[libinput]
79 >=dev-qt/qtgui-${QTMIN}:5[X]
80 )
81 - >=dev-qt/qtwayland-${QTMIN}:5
82 + >=dev-qt/qtwayland-${QTMIN}:5=
83 x11-libs/libxkbcommon
84 "
85 DEPEND="${RDEPEND}