commit: a724b8ab494c86ac6fe4ad93675572252f62a1a3
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 18:24:29 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 08:46:17 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a724b8ab
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>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild | 2 +-
kde-plasma/kwayland-server/kwayland-server-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
index eb8f01fbd2..0c011d3aa6 100644
--- a/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-5.20.49.9999.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
diff --git a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
b/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
index cc624c64de..587800f1d3 100644
--- a/kde-plasma/kwayland-server/kwayland-server-9999.ebuild
+++ b/kde-plasma/kwayland-server/kwayland-server-9999.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