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 E0DD9158041 for ; Thu, 21 Mar 2024 14:41:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24A38E29A6; Thu, 21 Mar 2024 14:41:14 +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 F1C2DE29A4 for ; Thu, 21 Mar 2024 14:41:13 +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 F0209335D75 for ; Thu, 21 Mar 2024 14:41:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24441ED1 for ; Thu, 21 Mar 2024 14:41:11 +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: <1711032055.a7ba317392ac753fcf997c074011dd108841350e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild X-VCS-Directories: dev-qt/qtquick3d/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: a7ba317392ac753fcf997c074011dd108841350e X-VCS-Branch: master Date: Thu, 21 Mar 2024 14:41:11 +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: ed12244b-3d59-4011-b17c-3d441a76a5ba X-Archives-Hash: f285f1699a8a5d8e8160a4eb8d303ce0 commit: a7ba317392ac753fcf997c074011dd108841350e Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 21 14:11:48 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 21 14:40:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ba3173 dev-qt/qtquick3d: disable unity build for 6.6 Was fine with 6.7 last time tried it, may be missing a backport but is not worth looking into for 6.6 which is almost over. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild b/dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild index b7438f43ac1d..3ce3b4f8b69d 100644 --- a/dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild +++ b/dev-qt/qtquick3d/qtquick3d-6.6.9999.ebuild @@ -42,6 +42,7 @@ CMAKE_SKIP_TESTS=( src_configure() { local mycmakeargs=( -DQT_FEATURE_system_assimp=ON + -DQT_UNITY_BUILD=OFF # fails to build ) qt6-build_src_configure