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/kwayland-server/
Date: Sat, 01 Aug 2020 19:40:03
Message-Id: 1596308950.e821901c882225d7ce6d62db7175408d31237fbe.asturm@gentoo
1 commit: e821901c882225d7ce6d62db7175408d31237fbe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 19:09:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 19:09:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e821901c
7
8 kde-plasma/kwayland-server: DEPEND on plasma-wayland-protocols >=1.1.1
9
10 1.1.0 was breaking KWayland server at runtime.
11
12 Package-Manager: Portage-3.0.1, Repoman-2.3.23
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
19 index 464be29ddc..89f24c0c24 100644
20 --- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
21 +++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
22 @@ -27,7 +27,7 @@ RDEPEND="
23 media-libs/mesa[egl]
24 "
25 DEPEND="${RDEPEND}
26 - >=dev-libs/plasma-wayland-protocols-1.1
27 + >=dev-libs/plasma-wayland-protocols-1.1.1
28 >=dev-libs/wayland-protocols-1.15
29 "