diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-11-19 10:24:29 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-11-19 23:28:51 -0800 |
commit | 8fb8c49bbbcb6828579ab62b3b868a943d983255 (patch) | |
tree | 8e52a911171d653b2e359da6e41d51d357b4878d /kde-plasma | |
parent | www-apache/passenger: add 6.0.7 (diff) | |
download | gentoo-8fb8c49bbbcb6828579ab62b3b868a943d983255.tar.gz gentoo-8fb8c49bbbcb6828579ab62b3b868a943d983255.tar.bz2 gentoo-8fb8c49bbbcb6828579ab62b3b868a943d983255.zip |
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@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-server/kwayland-server-5.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |