commit: 41155d563768e6d548af6897ec5080151aeb4548
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 06:51:10 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 06:51:10 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41155d56
kde-plasma/kwayland-server: Depend on plasma-wayland-protocols >=1.1
It is not yet reflected in upstream dependencies, but build fails after
upstream commit 97fa1fb3023afbb88e3622b5256c21198d001f69.
Package-Manager: Portage-3.0.0, 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 e4b9f50105..464be29ddc 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
+ >=dev-libs/plasma-wayland-protocols-1.1
>=dev-libs/wayland-protocols-1.15
"