From 8fb8c49bbbcb6828579ab62b3b868a943d983255 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 19 Nov 2020 10:24:29 -0800 Subject: [PATCH] kde-plasma/kwayland-server: update wayland-protocols DEPEND Upgrade ordering is not upgrading wayland-protocols prior to kde-plasma/kwayland-server, leading to a build failure with: `* WaylandProtocols (required version >= 1.18)` Update DEPEND to fix emerge ordering. Signed-off-by: Robin H. Johnson --- kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild index 9ac4272b9ae9..32972b455ede 100644 --- a/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild +++ b/kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild @@ -28,7 +28,7 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-libs/plasma-wayland-protocols-1.1.1 - >=dev-libs/wayland-protocols-1.15 + >=dev-libs/wayland-protocols-1.18 " # All failing, I guess we need a virtual wayland server