commit: 8c97d80fa9d4f7c30e12893f4bf47f2a665d48af
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 17 21:17:51 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 16:48:20 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c97d80f
kde-plasma/xdg-desktop-portal-kde: BDEPEND=dev-qt/qtwayland -> qtbase[wayland]
In Qt 6.10, most of qtwayland moved into qtbase, leaving a
"qtwayland-toolbox" package mostly containing the compositor.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.49.9999.ebuild | 2 +-
.../xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.49.9999.ebuild | 2 +-
kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.49.9999.ebuild
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.49.9999.ebuild
index f510b1b29c..95797daeb0 100644
---
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.49.9999.ebuild
+++
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.3.49.9999.ebuild
@@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
"
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
virtual/pkgconfig
"
diff --git
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.49.9999.ebuild
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.49.9999.ebuild
index 77d198c370..f250e45f76 100644
---
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.49.9999.ebuild
+++
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-6.4.49.9999.ebuild
@@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
"
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
virtual/pkgconfig
"
diff --git
a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
index e704a32a75..7c0c49636d 100644
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
+++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-9999.ebuild
@@ -55,7 +55,7 @@ RDEPEND="${COMMON_DEPEND}
"
RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
virtual/pkgconfig
"