commit:     a2ec2eb2b24170498af2907437a97de04ddf1993
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 18 21:18:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 18 21:19:28 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2ec2eb2

dev-libs/plasma-wayland-protocols: Set QT_MAJOR_VERSION=6

Closes: https://bugs.gentoo.org/946612
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild 
b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
index c8424eda5d..35ebde149a 100644
--- a/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
+++ b/dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild
@@ -21,16 +21,14 @@ RESTRICT="!test? ( test )"
 DEPEND="test? ( dev-libs/wayland )"
 BDEPEND="
        dev-libs/libpcre2:*
-       >=kde-frameworks/extra-cmake-modules-5.115.0:*
-       || (
-               dev-qt/qtbase:6
-               dev-qt/qtcore:5
-       )
+       dev-qt/qtbase:6
+       >=kde-frameworks/extra-cmake-modules-6.0:*
        test? ( dev-util/wayland-scanner )
 "
 
 src_configure() {
        local mycmakeargs=(
+               -DQT_MAJOR_VERSION=6
                -DKDE_INSTALL_USE_QT_SYS_PATHS=ON # ecm.eclass
                -DKDE_INSTALL_DOCBUNDLEDIR="${EPREFIX}/usr/share/help" # 
ecm.eclass
                -DBUILD_TESTING=$(usex test)

Reply via email to