summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-03-16 14:30:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-03-21 12:03:42 +0100
commit0e61987a5b2c20906b340101231574d4c74993c3 (patch)
treeca6fc2d3733e28afd16cd9148910abed94fbd324 /kde-plasma/kwin
parentkde-plasma/kwayland-server: Add dev-qt/qtwaylandscanner BDEPEND (diff)
downloadgentoo-0e61987a5b2c20906b340101231574d4c74993c3.tar.gz
gentoo-0e61987a5b2c20906b340101231574d4c74993c3.tar.bz2
gentoo-0e61987a5b2c20906b340101231574d4c74993c3.zip
kde-plasma/kwin: Add dev-qt/qtwaylandscanner BDEPEND, missing DEPEND
Upstream commit 2eb5da1d6fc5ea199ed2145c67def60318370c24 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin')
-rw-r--r--kde-plasma/kwin/kwin-5.23.5-r1.ebuild8
-rw-r--r--kde-plasma/kwin/kwin-5.24.3.ebuild8
2 files changed, 14 insertions, 2 deletions
diff --git a/kde-plasma/kwin/kwin-5.23.5-r1.ebuild b/kde-plasma/kwin/kwin-5.23.5-r1.ebuild
index daceebb79c40..744aefd646ac 100644
--- a/kde-plasma/kwin/kwin-5.23.5-r1.ebuild
+++ b/kde-plasma/kwin/kwin-5.23.5-r1.ebuild
@@ -91,10 +91,16 @@ DEPEND="${COMMON_DEPEND}
>=dev-qt/qtconcurrent-${QTMIN}:5
x11-base/xorg-proto
test? (
+ dev-libs/plasma-wayland-protocols
>=dev-libs/wayland-protocols-1.19
- >=dev-qt/qtwayland-${QTMIN}:5
)
"
+BDEPEND="
+ test? ( || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ ) )
+"
PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
# https://mail.kde.org/pipermail/distributions/2022-February/001127.html
diff --git a/kde-plasma/kwin/kwin-5.24.3.ebuild b/kde-plasma/kwin/kwin-5.24.3.ebuild
index 92235562b5a5..7c0506735d47 100644
--- a/kde-plasma/kwin/kwin-5.24.3.ebuild
+++ b/kde-plasma/kwin/kwin-5.24.3.ebuild
@@ -92,10 +92,16 @@ DEPEND="${COMMON_DEPEND}
>=dev-qt/qtconcurrent-${QTMIN}:5
x11-base/xorg-proto
test? (
+ dev-libs/plasma-wayland-protocols
>=dev-libs/wayland-protocols-1.19
- >=dev-qt/qtwayland-${QTMIN}:5
)
"
+BDEPEND="
+ test? ( || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ ) )
+"
PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:5"
src_prepare() {