commit: e821901c882225d7ce6d62db7175408d31237fbe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 19:09:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 19:09:10 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e821901c
kde-plasma/kwayland-server: DEPEND on plasma-wayland-protocols >=1.1.1
1.1.0 was breaking KWayland server at runtime.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index 464be29ddc..89f24c0c24 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
media-libs/mesa[egl]
"
DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1
+ >=dev-libs/plasma-wayland-protocols-1.1.1
>=dev-libs/wayland-protocols-1.15
"