commit:     8fb8c49bbbcb6828579ab62b3b868a943d983255
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 18:24:29 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Nov 20 07:28:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb8c49b

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 <robbat2 <AT> gentoo.org>

 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 9ac4272b9ae..32972b455ed 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

Reply via email to