From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C87315802C for ; Wed, 18 Dec 2024 21:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A158E07D4; Wed, 18 Dec 2024 21:19:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 798DBE07D4 for ; Wed, 18 Dec 2024 21:19:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23ED133BF60 for ; Wed, 18 Dec 2024 21:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 822B2D81 for ; Wed, 18 Dec 2024 21:19:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1734556768.a2ec2eb2b24170498af2907437a97de04ddf1993.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/plasma-wayland-protocols/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/plasma-wayland-protocols/plasma-wayland-protocols-9999.ebuild X-VCS-Directories: dev-libs/plasma-wayland-protocols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a2ec2eb2b24170498af2907437a97de04ddf1993 X-VCS-Branch: master Date: Wed, 18 Dec 2024 21:19:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 13726ffd-5976-43bc-b452-71cdbd058831 X-Archives-Hash: 87ef63b56a9ee3aaf87d61758806600e commit: a2ec2eb2b24170498af2907437a97de04ddf1993 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 18 21:18:55 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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)