commit: 2cd8365c46e36f94b90a40ead89c55303b2b09e4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 13:38:58 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 11:03:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cd8365c
kde-plasma/layer-shell-qt: Add dev-qt/qtwaylandscanner BDEPEND
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild | 4 ++++
kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
index 24db6aeefb5c..257463ff2c30 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.23.5.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"
diff --git a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
index 9d53d1f15e1c..3d3deeb5f091 100644
--- a/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
+++ b/kde-plasma/layer-shell-qt/layer-shell-qt-5.24.3.ebuild
@@ -30,6 +30,10 @@ DEPEND="${RDEPEND}
dev-libs/wayland-protocols
"
BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
dev-util/wayland-scanner
virtual/pkgconfig
"