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 9FD4A15808A for ; Tue, 5 Sep 2023 15:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC27E2BC080; Tue, 5 Sep 2023 15:28:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C7A882BC080 for ; Tue, 5 Sep 2023 15:28:49 +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 1B3A4335CD2 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 9F1C91133 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: <1693927707.d5e8c51236e3c44100afb0de09ea0d5df7523cdb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild dev-qt/qtwayland/qtwayland-6.5.9999.ebuild dev-qt/qtwayland/qtwayland-6.9999.ebuild X-VCS-Directories: dev-qt/qtwayland/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d5e8c51236e3c44100afb0de09ea0d5df7523cdb 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: d9b2275e-3939-4112-9b87-f2f04225c625 X-Archives-Hash: c298156a757f0d99437af000a4673a16 commit: d5e8c51236e3c44100afb0de09ea0d5df7523cdb Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 5 15:14:50 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 5 15:28:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e8c512 dev-qt/qtwayland: adjust qml check Works either way but Qt6Qml produces cmake noise if qtdeclarative is not installed. Closes: https://bugs.gentoo.org/913692 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild | 2 +- dev-qt/qtwayland/qtwayland-6.5.9999.ebuild | 2 +- dev-qt/qtwayland/qtwayland-6.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild b/dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild index f625230b37ad..accf21a914e6 100644 --- a/dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.5.2-r2.ebuild @@ -41,7 +41,7 @@ PATCHES=( 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/qtwayland/qtwayland-6.5.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild index ba9eec33aed3..7319f5b43fd6 100644 --- a/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.5.9999.ebuild @@ -37,7 +37,7 @@ CMAKE_SKIP_TESTS=( 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/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild index ba9eec33aed3..7319f5b43fd6 100644 --- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild @@ -37,7 +37,7 @@ CMAKE_SKIP_TESTS=( src_configure() { local mycmakeargs=( - $(cmake_use_find_package qml Qt6Qml) + $(cmake_use_find_package qml Qt6Quick) ) qt6-build_src_configure