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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04A62158089 for ; Tue, 5 Sep 2023 15:28:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CA912BC085; Tue, 5 Sep 2023 15:28:50 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 210972BC085 for ; Tue, 5 Sep 2023 15:28:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10266335CCD for ; Tue, 5 Sep 2023 15:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E641131 for ; Tue, 5 Sep 2023 15:28:47 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1693927706.a2b7cc29cbb6ac57ff4cddbc39c50a060e8cac66.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebchannel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild X-VCS-Directories: dev-qt/qtwebchannel/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a2b7cc29cbb6ac57ff4cddbc39c50a060e8cac66 X-VCS-Branch: master Date: Tue, 5 Sep 2023 15:28:47 +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: 7ce375bd-b6e6-40de-a01a-5867e615b7e1 X-Archives-Hash: e9d6a0009108999fcb2a9f3ffa8f5c09 commit: a2b7cc29cbb6ac57ff4cddbc39c50a060e8cac66 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 5 15:14:06 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 5 15:28:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b7cc29 dev-qt/qtwebchannel: adjust qml check Works either way but Qt6Qml produces cmake noise if qtdeclarative is not installed. Bug: https://bugs.gentoo.org/913692 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild | 2 +- dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild | 2 +- dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild index 999d8fe6f87d..94df0371318c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.5.2-r1.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package qml Qt6Qml) + $(cmake_use_find_package qml Qt6Quick) ) qt6-build_src_configure diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild index 999d8fe6f87d..94df0371318c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.5.9999.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package qml Qt6Qml) + $(cmake_use_find_package qml Qt6Quick) ) qt6-build_src_configure diff --git a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild b/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild index 999d8fe6f87d..94df0371318c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-6.9999.ebuild @@ -21,7 +21,7 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( - $(cmake_use_find_package qml Qt6Qml) + $(cmake_use_find_package qml Qt6Quick) ) qt6-build_src_configure